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 3.1.1 to 3.1.2

RNKeychain.xcodeproj/project.xcworkspace/contents.xcworkspacedata

2

package.json
{
"name": "react-native-keychain",
"version": "3.1.1",
"version": "3.1.2",
"description": "Keychain Access for React Native",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -270,2 +270,6 @@ <p align="center"><img src="https://user-images.githubusercontent.com/378279/36642269-6195b10c-1a3d-11e8-9e1b-37a3d1bcf7b3.png" align="center" width="150" height="201" alt="" /></p>

### iOS
If you need Keychain Sharing in your iOS extension, make sure you use the same App Group and Keychain Sharing group names in your Main App and your Share Extension. To then share the keychain between the Main App and Share Extension, use the `accessGroup` ánd `service` option on `setGenericPassword` and `getGenericPassword`, like so: `getGenericPassword({ accessGroup: 'group.appname', service: 'com.example.appname' })`
### Security

@@ -272,0 +276,0 @@

@@ -82,3 +82,3 @@ declare module 'react-native-keychain' {

options?: Options
): Promise<boolean | {service: string, username: string, password: string}>;
): Promise<false | {service: string, username: string, password: string}>;

@@ -85,0 +85,0 @@ function resetGenericPassword(

Sorry, the diff of this file is not supported yet

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