Socket
Socket
Sign inDemoInstall

react-native-contacts

Package Overview
Dependencies
Maintainers
3
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 2.1.1 to 2.1.2

9

index.d.ts

@@ -35,3 +35,9 @@ declare module 'react-native-contacts' {

}
export interface Birthday {
day: Number;
month: Number;
year: Number;
}
export interface Contact {

@@ -52,3 +58,4 @@ recordID: string;

department: string;
birthday: Birthday;
}
}

2

package.json

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

},
"version": "2.1.1",
"version": "2.1.2",
"description": "React Native Contacts (android & ios)",

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

@@ -134,3 +134,4 @@ # React Native Contacts

}
]
],
birthday: {"year": 1988, "month": 0, "day": 1 }
}

@@ -137,0 +138,0 @@ ```

Sorry, the diff of this file is not supported yet

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