Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple-oauth2

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-oauth2 - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

3

CHANGELOG.md
# 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)

2

lib/error.js

@@ -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>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc