Gathering detailed insights and metrics for react-native-secure-window
Gathering detailed insights and metrics for react-native-secure-window
Gathering detailed insights and metrics for react-native-secure-window
Gathering detailed insights and metrics for react-native-secure-window
npm install react-native-secure-window
Typescript
Module System
Node Version
NPM Version
Java (30.8%)
Objective-C (26.58%)
Ruby (20.37%)
Kotlin (8.01%)
JavaScript (6.93%)
TypeScript (6.5%)
C (0.5%)
Swift (0.31%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
6 Stars
33 Commits
3 Forks
1 Watchers
2 Branches
3 Contributors
Updated on Apr 04, 2025
Latest Version
0.4.0
Package Id
react-native-secure-window@0.4.0
Unpacked Size
90.95 kB
Size
64.36 kB
File Count
32
NPM Version
6.14.15
Node Version
14.18.1
Published on
May 13, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
19
Enabling or disabling secure window on Android If you aren't aware what this package is about check this link
The latest version adds support for iOS.
iOS does not have a secure window feature like Android, but here we chose to add a blurred view.
We hook into the event UIApplicationWillResignActiveNotification
to enabled the blurred view and hook into the event UIApplicationDidBecomeActiveNotification
to disable it again.
1npm install react-native-secure-window --save
1yarn add react-native-secure-window
1import SecureWindow from "react-native-secure-window";
2
3//Can be used imperatively
4SecureWindow.changeSecureWindow(true);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
No vulnerabilities found.
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 2/16 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
73 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More