simple-oauth2
Advanced tools
Comparing version 0.5.0 to 0.5.1
# Changelog | ||
## v0.5.1 (25 January 2016) | ||
* Fixed error class prototype inheritance. Now inherits correctly from Error. | ||
## v0.5.0 (22 January 2016) | ||
@@ -4,0 +7,0 @@ * Now all error states returned from the server, are rejected as HTTPError instances. (This allow to know what httpStatusCode was returned) |
@@ -62,3 +62,3 @@ // List of all 4xx and 5xx status code plus their description | ||
HTTPError.prototype = Object.create(HTTPError.prototype); | ||
HTTPError.prototype = Object.create(Error.prototype); | ||
@@ -65,0 +65,0 @@ return { |
{ | ||
"name": "simple-oauth2", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Node.js client for OAuth2", | ||
@@ -5,0 +5,0 @@ "author": "Andrea Reginato <andrea.reginato@gmail.com>", |
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
42790