Socket
Socket
Sign inDemoInstall

react-native-contacts

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-contacts - npm Package Compare versions

Comparing version 0.2.8 to 0.3.0

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "0.2.8",
"version": "0.3.0",
"description": "React Native Contacts (android & ios)",

@@ -10,0 +10,0 @@ "nativePackage": true,

@@ -26,2 +26,4 @@ # React Native Contacts

`deleteContact` (contact, callback) - where contact is an object with a valid recordID
`checkPermission` (callback) - checks permission to access Contacts
`requestPermission` (callback) - request permission to access Contacts

@@ -173,5 +175,5 @@ ## Usage

## Permissions Methods (iOS only, optional)
`checkPermission` (callback) - checks permission to use AddressBook.
`requestPermission` (callback) - request permission to use AddressBook.
## Permissions Methods (optional)
`checkPermission` (callback) - checks permission to access Contacts.
`requestPermission` (callback) - request permission to access Contacts.

@@ -198,2 +200,4 @@ Usage as follows:

On android permission request is done upon install so this function will only show if the permission has been granted.
## Todo

@@ -200,0 +204,0 @@ - [ ] android feature parity

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