machinepack-http
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -92,3 +92,8 @@ module.exports = { | ||
error: exits.error, | ||
notOk: exits.notOk, | ||
requestFailed: exits.requestFailed, | ||
badRequest: exits.badRequest, | ||
unauthorized: exits.unauthorized, | ||
forbidden: exits.forbidden, | ||
notFound: exits.notFound, | ||
serverError: exits.serverError, | ||
success: function (response){ | ||
@@ -95,0 +100,0 @@ var html = response.body; |
{ | ||
"name": "machinepack-http", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Send an HTTP request.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
11140
279