Socket
Socket
Sign inDemoInstall

client-oauth2

Package Overview
Dependencies
27
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.0 to 3.4.1

4

index.d.ts

@@ -8,3 +8,3 @@ declare class ClientOAuth2 {

constructor(options: ClientOAuth2.Options, request: ClientOAuth2.Request);
constructor(options: ClientOAuth2.Options, request?: ClientOAuth2.Request);

@@ -28,3 +28,3 @@ createToken(data: ClientOAuth2.Data): ClientOAuth2.Token;

redirectUri?: string
scopes?: string
scopes?: string[]
state?: string

@@ -31,0 +31,0 @@ body?: {

{
"name": "client-oauth2",
"version": "3.4.0",
"version": "3.4.1",
"description": "Straight-forward execution of OAuth 2.0 flows and authenticated API requests",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc