Comparing version 0.1.1 to 0.1.2
@@ -151,3 +151,3 @@ var OAuth = require('oauth'), | ||
var oa = new OAuth.OAuth(webSearchUrl, finalUrl , this.consumerKey, this.consumerSecret, "1.0", null, "HMAC-SHA1"); | ||
var oa = new OAuth.OAuth(geoSearchUrl, finalUrl , this.consumerKey, this.consumerSecret, "1.0", null, "HMAC-SHA1"); | ||
oa.setClientOptions({ requestTokenHttpMethod: 'GET' }); | ||
@@ -154,0 +154,0 @@ oa.getProtectedResource(finalUrl, "GET", '','', callback); |
{ | ||
"name": "yaboss", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Simple nodejs wrapper for Yahoo BOSS web api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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