Socket
Socket
Sign inDemoInstall

client-oauth2

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

client-oauth2 - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

3

client-oauth2.js

@@ -332,5 +332,6 @@ /* global define */

.then(function (res) {
if (res.status < 200 || res.status >= 300) {
if (res.status < 200 || res.status >= 399) {
var err = new Error('HTTP status ' + res.status)
err.status = res.status
err.body = res.body
return Promise.reject(err)

@@ -337,0 +338,0 @@ }

{
"name": "client-oauth2",
"version": "0.2.3",
"version": "0.2.4",
"description": "Straight-forward library for executing OAuth 2.0 flows and making API requests.",

@@ -5,0 +5,0 @@ "main": "client-oauth2.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc