Comparing version 0.4.0 to 0.4.1
@@ -546,3 +546,3 @@ var request = require('request'); | ||
if (r.statusCode === 404) { return done(); } | ||
if (r.statusCode.toString().substr(0, 1) !== '2') { return done(new ApiError(body. r.statusCode)); } | ||
if (r.statusCode.toString().substr(0, 1) !== '2') { return done(new ApiError(body, r.statusCode)); } | ||
done(); | ||
@@ -549,0 +549,0 @@ }.bind(this)); |
{ | ||
"name": "auth0", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Client library for the Auth0 platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/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