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
1.0.6

8

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

@@ -23,8 +23,8 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/talut/react-native-secure-storage.git"
"url": "git+https://github.com/talut/rn-secure-storage.git"
},
"bugs": {
"url": "https://github.com/talut/react-native-secure-storage/issues"
"url": "https://github.com/talut/rn-secure-storage/issues"
},
"homepage": "https://github.com/talut/react-native-secure-storage#readme"
"homepage": "https://github.com/talut/rn-secure-storage#readme"
}

@@ -5,3 +5,3 @@ # RNSecureStorage

*Note: This package is more improved version of [react-native-secure-key-store](https://github.com/pradeep1991singh/react-native-secure-key-store), with RNSecureStorage now under api 23 is supporting too.*
*Note: This package is more improved version of [react-native-secure-key-store](https://github.com/pradeep1991singh/react-native-secure-key-store), RNSecureStorage has "under api 23" support*

@@ -65,5 +65,10 @@ **[Go to F.A.Q for more information.](#faq)**

```javascript
{"message":"Key stored successfuly", "status":1} You can use this response with JSON.parse()
{"status":true/1}
```
*Example Fail for Set*
```javascript
{"status":false/0}
```
**GET**

@@ -115,6 +120,5 @@ ```javascript

- *Yeah I will planning this. But you know time can change everything.*
- **Can I buy you a cup of coffee?**
- *In this moment you can only drink for me too. But if you starred this package that means a lot of thing to me*
-**How can I support you?**
-*If you're using my package that's enough for me*
## Thanks

@@ -121,0 +125,0 @@

Sorry, the diff of this file is not supported yet