pipelinedeals
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -28,3 +28,7 @@ var request = require('request'); | ||
if(!body.entries) { | ||
if (body.error) { | ||
return callback(body.error); | ||
} | ||
if (!body.entries) { | ||
return callback(null, [body]); | ||
@@ -31,0 +35,0 @@ } |
{ | ||
"name": "pipelinedeals", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Easier access to the PipelineDeals API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ var pld = require('./index'); | ||
endpoint: 'profile.json', | ||
apiKey: 'lUVTLOpqMwOhFzsQ7rWD' | ||
apiKey: 'lUVTLOpqMwOhFzsQ7rWD///' | ||
}; | ||
@@ -8,0 +8,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
3580
47