Socket
Socket
Sign inDemoInstall

react-native-contacts

Package Overview
Dependencies
Maintainers
3
Versions
101
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 5.0.6 to 5.0.7

2

package.json

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

},
"version": "5.0.6",
"version": "5.0.7",
"description": "React Native Contacts (android & ios)",

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

@@ -31,3 +31,4 @@ ![react-native-contacts](https://github.com/rt2zz/react-native-contacts/raw/master/example/logo.png)

'title': 'Contacts',
'message': 'This app would like to view your contacts.'
'message': 'This app would like to view your contacts.',
'buttonPositive': 'Please accept bare mortal'
}

@@ -197,34 +198,34 @@ ).then(() => {

recordID: '6b2237ee0df85980',
company: "",
backTitle: '',
company: '',
emailAddresses: [{
label: "work",
email: "carl-jung@example.com",
label: 'work',
email: 'carl-jung@example.com',
}],
familyName: "Jung",
givenName: "Carl",
jobTitle: "",
note: 'some text',
urlAddresses: [{
label: "home",
url: "www.jung.com",
}],
middleName: "",
familyName: 'Jung',
givenName: 'Carl',
middleName: '',
jobTitle: '',
phoneNumbers: [{
label: "mobile",
number: "(555) 555-5555",
label: 'mobile',
number: '(555) 555-5555',
}],
hasThumbnail: true,
thumbnailPath: 'content://com.android.contacts/display_photo/3',
postalAddresses: [
{
street: '123 Fake Street',
city: 'Sample City',
state: 'CA',
region: 'CA',
postCode: '90210',
country: 'USA',
label: 'home'
}
],
birthday: {"year": 1988, "month": 0, "day": 1 }
postalAddresses: [{
label: 'home',
formattedAddress: '',
street: '123 Fake Street',
pobox: '',
neighborhood: '',
city: 'Sample City',
region: 'CA',
state: 'CA',
postCode: '90210',
country: 'USA',
}],
prefix: 'MR',
suffix: '',
department: '',
birthday: {'year': 1988, 'month': 0, 'day': 1 }
}

@@ -363,3 +364,4 @@ ```

<h2 align="center">Maintainers</h2>
<p>If your business needs premium react native support please reach out to the maintainer.</p>
<a href="https://harrymoreno.com/hire-me">harrymoreno.com</a>
<table>

@@ -369,3 +371,3 @@ <tbody>

<td align="center">
<a href="https://github.com/morenoh149">
<a href="https://harrymoreno.com/hire-me">
<img width="150" height="150" src="https://github.com/morenoh149.png?size=150">

@@ -372,0 +374,0 @@ </br>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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