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

passport-keycloak-bearer

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-keycloak-bearer - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

10

package.json
{
"name": "passport-keycloak-bearer",
"version": "2.4.0",
"version": "2.4.1",
"description": "HTTP Bearer authentication strategy for Passport and Keycloak",

@@ -43,8 +43,8 @@ "keywords": [

"lint": "eslint ./src ./test --fix",
"test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js",
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js",
"start": "node src"
},
"dependencies": {
"axios": "^0.21.4",
"passport-jwt": "^4.0.0",
"axios": "^1.6.3",
"passport-jwt": "^4.0.1",
"simple-node-logger": "^21.8.12"

@@ -63,3 +63,3 @@ },

"prettier-eslint": "^13.0.0",
"rewiremock": "^3.14.5",
"rewiremock": "^3.14.3",
"rimraf": "^3.0.2"

@@ -66,0 +66,0 @@ },

@@ -5,3 +5,3 @@

class KeycloakBearerStrategy extends Strategy {
declare class KeycloakBearerStrategy extends Strategy {
constructor(options: KeycloakBearerStrategy.Options, verify?: VerifyCallback)

@@ -11,3 +11,3 @@ constructor(opt: KeycloakBearerStrategy.Options & { passReqToCallback: false }, verify: VerifyCallback);

}
namespace KeycloakBearerStrategy{
declare namespace KeycloakBearerStrategy{
interface Options {

@@ -14,0 +14,0 @@ /** Keycloak auth url. For instance: https://keycloak.dev.org/auth. */

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