react-native-sensitive-info
react-native-sensitive-info copied to clipboard
Save sensitive data into Android's Shared Preferences with keystore encryption/iOS's Keychain for React Native
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Do you have plan to release the v6 as npm package, currently the version published is 6-alpha-9
"use strict"; import SInfo from "react-native-sensitive-info"; /** * getItem(keyToGetItem, options) will get value from given key * @param {string} keyToGetItem key to get the item from secure storage * @param...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
In RNW .72, we bump WinUI from 2.7 to 2.8 which targets a higher TargetPlatformMinVersion. This PR bumps the WindowsTargetPlatformMinVersion to the correct version for RNW .72
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
Got the DecryptionFailed error on Android SInfo.getItem with Touch ID. Didn't test on iOS. "react-native-sensitive-info": "^6.0.0-alpha.9" "react-native": "0.72.7" "react": "18.2.0" ``` const savingAuthTokenWithTouchID = await SInfo.setItem( 'authTokenWithTouchID', res.token, { sharedPreferencesName:...