Comparing version 0.1.0 to 0.1.1
@@ -68,3 +68,2 @@ var querystring = require('querystring'); | ||
if(httpsRes.statusCode === 401) { | ||
console.error('401, baaaaby!'); | ||
refreshToken(function(err, result) { | ||
@@ -71,0 +70,0 @@ if(!err && result && !result.error && result.access_token) { |
{ | ||
"name": "gdata-js", | ||
"description": "Simple OAuth 2.0 GData API client", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Simon Murtha-Smith <simon@murtha-smith.com>", | ||
@@ -6,0 +6,0 @@ "keywords": ["google", "gdata"], |
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
7661
161