Socket
Socket
Sign inDemoInstall

react-native-keychain

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-keychain - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

.flowconfig

2

Enums/Protocols.js
/**
* Reference: <https://developer.apple.com/library/ios/documentation/Security/Reference/keychainservices/index.html#//apple_ref/doc/constant_group/Protocol_Values>
* @providesModule KeychainAuthenticationTypesEnum
* @providesModule KeychainProtocolsEnum
*/

@@ -5,0 +5,0 @@ 'use strict';

@@ -9,5 +9,5 @@ {

"dependencies": {
"react-native": "^0.7.0-rc.2",
"react-native": "^0.10.0-rc",
"react-native-keychain": "file:../"
}
}
{
"name": "react-native-keychain",
"version": "0.2.4",
"version": "0.2.5",
"description": "Keychain Access for React Native",
"main": "index.ios.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "flow"
},

@@ -32,4 +32,4 @@ "keywords": [

"peerDependencies": {
"react-native": ">=0.4.4 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc"
"react-native": ">=0.4.4 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc