ellipsis-default-storage
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -7,3 +7,3 @@ var request = require('request'); | ||
if (args[key] === undefined) { | ||
missing.push(key) | ||
missing.push(key); | ||
} | ||
@@ -28,3 +28,3 @@ }); | ||
}, function (error, response, body) { | ||
if (!error && response.statusCode == 200) { | ||
if (!error && response.statusCode === 200) { | ||
if (args.onSuccess) { | ||
@@ -53,3 +53,3 @@ args.onSuccess(response, body); | ||
function (error, response, body) { | ||
if (!error && response.statusCode == 200) { | ||
if (!error && response.statusCode === 200) { | ||
if (args.onSuccess) { | ||
@@ -56,0 +56,0 @@ args.onSuccess(response, body); |
{ | ||
"name": "ellipsis-default-storage", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Interface to the default storage for Ellipsis behaviors", | ||
@@ -9,7 +9,7 @@ "main": "index.js", | ||
}, | ||
"author": "Ellipsis Co. <a@ellipsis.ai> (http://ellipsis.ai)", | ||
"author": "Ellipsis Co. <a@ellipsis.ai> (https://www.ellipsis.ai)", | ||
"license": "ISC", | ||
"dependencies": { | ||
"request": "latest" | ||
"request": "^2.88.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
2664
0
Updatedrequest@^2.88.0