🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

client-oauth2

Package Overview
Dependencies
Maintainers
5
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

to
4.3.2

2

package.json
{
"name": "client-oauth2",
"version": "4.3.1",
"version": "4.3.2",
"description": "Straight-forward execution of OAuth 2.0 flows and authenticated API requests",

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

@@ -11,3 +11,3 @@ var Buffer = require('safe-buffer').Buffer

} else {
btoa = window.btoa
btoa = window.btoa.bind(window)
}

@@ -14,0 +14,0 @@