rn-secure-storage
Advanced tools
Comparing version
{ | ||
"name": "rn-secure-storage", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Secure Storage for React Native (Android & iOS) - Keychain & Keystore", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,2 +17,4 @@ # RNSecureStorage | ||
For Android [I need your reviews](#i-need-your-reviews) | ||
## Getting Started | ||
@@ -34,3 +36,3 @@ | ||
- Rewritten Android module with enhanced security features. [I need your reviews](#ineedyourreviews) | ||
- Rewritten Android module with enhanced security features. | ||
- Android minSdkVersion is now 23 (Android 6.0 Marshmallow) | ||
@@ -37,0 +39,0 @@ - iOS module redeveloped using Swift and updated APIs. |
@@ -79,3 +79,3 @@ // Type definitions for rn-secure-storage 3.0.0 | ||
/** | ||
* Get all setted keys from secure storage. | ||
* Get all keys from secure storage. | ||
*/ | ||
@@ -92,3 +92,3 @@ getAllKeys(): Promise<string[] | null>; | ||
*/ | ||
multiGet(keys: string[]): Promise<string[] | null>; | ||
multiGet(keys: string[]): Promise<{[key: string]: string} | null>; | ||
@@ -95,0 +95,0 @@ /** |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
69030
0.03%231
0.87%0
-100%