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.2

android/src/main/java/com/taluttasgiran/rnsecurestorage/Constants.java

2

index.js
import { NativeModules, Platform } from "react-native";
const RNKeychain = NativeModules.RNKeychain;
const RNSecureStorage = NativeModules.RNSecureStorageAndroid;
const RNSecureStorage = NativeModules.RNSecureStorageModule;
const isIOS = Platform.OS === "ios";

@@ -6,0 +6,0 @@

{
"name": "rn-secure-storage",
"version": "1.0.01",
"version": "1.0.2",
"description": "Secure Storage for React Native (Android & iOS)",

@@ -15,3 +15,5 @@ "main": "index.js",

"keychain",
"secure-preferences"
"secure-preferences",
"token",
"react-token"
],

@@ -18,0 +20,0 @@ "author": "Talut Tasgiran",

Sorry, the diff of this file is not supported yet