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

simple-oauth2-ts-client

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-oauth2-ts-client - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

dist/core/OAuthGrant.js

@@ -99,3 +99,2 @@ "use strict";

redirect_uri: this.client.redirect_uri,
client_id: this.client.client_id,
code_verifier: params.codeVerifier,

@@ -102,0 +101,0 @@ };

2

dist/types/authorizationGrants.types.d.ts

@@ -23,3 +23,3 @@ export type OAuth2Token = {

redirect_uri: string;
client_id: string;
client_id?: string;
code_verifier?: string;

@@ -26,0 +26,0 @@ client_secret?: string;

{
"name": "simple-oauth2-ts-client",
"version": "1.0.3",
"version": "1.0.4",
"description": "A TypeScript OAuth 2.0 client library",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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