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.4 to 0.2.5

6

package.json

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

},
"version": "0.2.4",
"version": "0.2.5",
"description": "React Native Contacts (android & ios)",

@@ -29,3 +29,7 @@ "nativePackage": true,

"author": "rt2zz <zack@root-two.com>",
"contributors": [
"Harry Moreno <b@rubble.com> (http://harrymoreno.com/)",
"Nick Pomfret"
],
"license": "MIT"
}

9

README.md

@@ -139,8 +139,8 @@ # React Native Contacts

...
import com.rt2zz.reactnativecontacts.ReactNativeContacts; // <--- import module!
public class MainActivity extends ReactActivity {
...
/**

@@ -157,3 +157,3 @@ * A list of packages used by the app. If the app uses additional views

}
...

@@ -170,2 +170,3 @@ }

<uses-permission android:name="android.permission.WRITE_CONTACTS" />
<uses-permission android:name="android.permission.READ_PROFILE" />
...

@@ -172,0 +173,0 @@ ```

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