New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bity/oauth2-auth-code-pkce

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bity/oauth2-auth-code-pkce - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

index.js

@@ -624,3 +624,3 @@ "use strict";

var paramIdx = parts.indexOf(param);
return paramIdx >= 0 ? parts[paramIdx + 1] : '';
return decodeURIComponent(paramIdx >= 0 ? parts[paramIdx + 1] : '');
};

@@ -627,0 +627,0 @@ /**

@@ -532,3 +532,3 @@ /**

const paramIdx = parts.indexOf(param);
return paramIdx >= 0 ? parts[paramIdx + 1] : '';
return decodeURIComponent(paramIdx >= 0 ? parts[paramIdx + 1] : '');
}

@@ -535,0 +535,0 @@

@@ -725,3 +725,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

var paramIdx = parts.indexOf(param);
return paramIdx >= 0 ? parts[paramIdx + 1] : '';
return decodeURIComponent(paramIdx >= 0 ? parts[paramIdx + 1] : '');
};

@@ -728,0 +728,0 @@ /**

{
"name": "@bity/oauth2-auth-code-pkce",
"version": "2.3.0",
"version": "2.3.1",
"description": "An OAuth 2.0 client that ONLY supports Authorization Code flow with PKCE support.",

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

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