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

oidc-provider

Package Overview
Dependencies
Maintainers
1
Versions
339
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 0.11.3 to 0.11.4

2

lib/actions/authorization/interactions.js

@@ -204,3 +204,3 @@ 'use strict';

provider.emit('interaction.started', this);
provider.emit('interaction.started', interaction, this);
return this.redirect(destination);

@@ -207,0 +207,0 @@ }

@@ -65,3 +65,3 @@ {

},
"version": "0.11.3",
"version": "0.11.4",
"files": [

@@ -68,0 +68,0 @@ "lib"

@@ -527,3 +527,3 @@ # oidc-provider

**interaction.started**
oidc.on(`'interaction.started', function (ctx) { }`)
oidc.on(`'interaction.started', function (detail, ctx) { }`)
Emitted when interaction is being requested from the end-user.

@@ -530,0 +530,0 @@

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