New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rn-secure-storage

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-secure-storage - npm Package Compare versions

Comparing version

to
2.0.2

2

package.json
{
"name": "rn-secure-storage",
"version": "2.0.1",
"version": "2.0.2",
"description": "Secure Storage for React Native (Android & iOS) - Keychain & Keystore",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,7 +6,5 @@ # RNSecureStorage

#### v2.0.0 version now has AndroidX support.
### After v2 this package has AndroidX support. If you want to use without AndroidX please use *v1.1.1*
```bash
yarn add rn-secure-storage@androidx
```
### Facebook RN blog post about v0.60 and AndroidX support: [https://facebook.github.io/react-native/blog/2019/07/03/version-60](https://facebook.github.io/react-native/blog/2019/07/03/version-60)

@@ -136,6 +134,9 @@ **[Go to F.A.Q for more information.](#faq)**

### Version 2.0.0 (AndroidX Support)
### Version 2.0.2 (AndroidX Support)
- When phone default locale including RTL then this workaround is setting English locale before generating a key pair and changing it back after all.
### Version 2.0.1 (AndroidX Support)
- Update to AndroidX. Make sure to enable it in your project's android/gradle.properties.
### Version 1.1.1
#### Version 1.1.1
- Exists method added. Thanks [@kirin-p](https://github.com/kirin-p)

@@ -142,0 +143,0 @@

Sorry, the diff of this file is not supported yet