New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

googlecontacts

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googlecontacts - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

package.json

@@ -9,3 +9,3 @@ {

"description": "Node.js client for Google Contacts",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "",

@@ -22,4 +22,6 @@ "repository": {

"request": "2.10.0",
"googleclientlogin" : "0.2.4"
"googleclientlogin" : "0.2.4",
"events" : "*",
"util" : "*"
}
}
node-googlecontacts
===================
===================
````
npm install googlecontacts
````
Usage
=====
```javascript
var credentials = {
email: 'me@mysite.com',
password: 'mypassword'
};
var contacts = new googleContacts(credentials)
contacts.on('contactsReceived', function(contacts){
console.log(contacts)
});
```
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