Socket
Socket
Sign inDemoInstall

google-contacts

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -135,4 +135,4 @@ /**

});
console.log(self.contacts);
console.log(self.contacts.length);
//console.log(self.contacts);
//console.log(self.contacts.length);
}

@@ -139,0 +139,0 @@

{
"name": "google-contacts",
"version": "0.0.2",
"version": "0.0.3",
"description": "API wrapper for Google Contacts",

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

@@ -10,3 +10,3 @@ Node.js wrapper for the Google Contacts API.

```javascript
var GoogleContacts = require('googlecontacts').GoogleContacts;
var GoogleContacts = require('google-contacts').GoogleContacts;
var c = new GoogleContacts({

@@ -13,0 +13,0 @@ token: 'oauth2 token...'

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc