Comparing version 0.1.2 to 1.0.0
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7694
1
1