rn-secure-storage
Advanced tools
Comparing version
14
index.js
import {NativeModules} from 'react-native'; | ||
export const ACCESSIBLE = { | ||
WHEN_UNLOCKED : 'AccessibleWhenUnlocked', | ||
AFTER_FIRST_UNLOCK : 'AccessibleAfterFirstUnlock', | ||
ALWAYS : 'AccessibleAlways', | ||
WHEN_PASSCODE_SET_THIS_DEVICE_ONLY : 'AccessibleWhenPasscodeSetThisDeviceOnly', | ||
WHEN_UNLOCKED_THIS_DEVICE_ONLY : 'AccessibleWhenUnlockedThisDeviceOnly', | ||
AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY: 'AccessibleAfterFirstUnlockThisDeviceOnly', | ||
ALWAYS_THIS_DEVICE_ONLY : 'AccessibleAlwaysThisDeviceOnly', | ||
WHEN_UNLOCKED: 'AccessibleWhenUnlocked', | ||
AFTER_FIRST_UNLOCK: 'AccessibleAfterFirstUnlock', | ||
ALWAYS: 'AccessibleAlways', | ||
WHEN_PASSCODE_SET_THIS_DEVICE_ONLY: 'AccessibleWhenPasscodeSetThisDeviceOnly', | ||
WHEN_UNLOCKED_THIS_DEVICE_ONLY: 'AccessibleWhenUnlockedThisDeviceOnly', | ||
AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY: 'AccessibleAfterFirstUnlockThisDeviceOnly', | ||
ALWAYS_THIS_DEVICE_ONLY: 'AccessibleAlwaysThisDeviceOnly', | ||
}; | ||
@@ -12,0 +12,0 @@ const {RNSecureStorage} = NativeModules; |
{ | ||
"name": "rn-secure-storage", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Secure Storage for React Native (Android & iOS) - Keychain & Keystore", | ||
"main": "index.js", | ||
"types": "typescript/rn-secure-storage.d.ts", | ||
"types": "rn-secure-storage.d.ts", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "react-native", |
@@ -5,2 +5,6 @@ # RNSecureStorage | ||
## v2.0.7 | ||
- Thanks to [@Merlier](https://github.com/Merlier). | ||
- Thanks to [@corlissc](https://github.com/corlissc). | ||
## v3.0.0-beta.0 | ||
@@ -7,0 +11,0 @@ This version still under development. But you can look and try. [v3.0.0-development Branch](https://github.com/talut/rn-secure-storage/tree/v3.0.0-development) |
Sorry, the diff of this file is not supported yet
76271
0.21%220
1.85%420
-0.47%