Socket
Socket
Sign inDemoInstall

oidc-provider

Package Overview
Dependencies
Maintainers
1
Versions
337
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oidc-provider - npm Package Compare versions

Comparing version 8.3.0 to 8.3.1

2

lib/helpers/validate_dpop.js

@@ -74,3 +74,3 @@ import { createHash } from 'node:crypto';

{
const expected = ctx.oidc.urlFor(ctx.oidc.route);
const expected = new URL(ctx.oidc.urlFor(ctx.oidc.route)).href;
let actual;

@@ -77,0 +77,0 @@ try {

{
"name": "oidc-provider",
"version": "8.3.0",
"version": "8.3.1",
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",

@@ -5,0 +5,0 @@ "keywords": [

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