Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gdata-js

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gdata-js - npm Package Compare versions

Comparing version 0.1.2 to 1.0.0

.npmignore

2

gdata.js

@@ -81,3 +81,3 @@ var querystring = require('querystring');

});
httpsRes.on('close', function() {
httpsRes.on('end', function() {
try {

@@ -84,0 +84,0 @@ callback(null, JSON.parse(data.toString()));

{
"name": "gdata-js",
"description": "Simple OAuth 2.0 GData API client",
"version": "0.1.2",
"version": "1.0.0",
"author": "Simon Murtha-Smith <simon@murtha-smith.com>",

@@ -10,3 +10,3 @@ "keywords": ["google", "gdata"],

"repository" : {"type": "git" , "url": "http://github.com/smurthas/gdata-js.git" },
"engines": { "node": ">=0.4.6 <0.7.0" }
"engines": { "node": ">=0.6.0 <0.7.0" }
}

@@ -6,3 +6,3 @@ var request = require('request');

// get an clientID and clientSecret at https://code.google.com/apis/console/
var gdataClient = require('./gdata')('yourClientID', 'yourClientSecret', 'http://localhost:8553/')
var gdataClient = require('./gdata')('680845003810.apps.googleusercontent.com', 'Zl8-p4_wqNEZlgElr0VWH4Zn', 'http://localhost:8553/')
var scope = 'https://www.google.com/m8/feeds/'; //contacts

@@ -9,0 +9,0 @@

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