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

passport-keycloak-bearer

Package Overview
Dependencies
Maintainers
1
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.3.0 to 2.4.0

src/index.d.ts

11

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

@@ -36,2 +36,3 @@ "keywords": [

"main": "src/index.js",
"types": "src/index.d.ts",
"repository": {

@@ -43,3 +44,3 @@ "type": "git",

"lint": "eslint ./src ./test --fix",
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js",
"test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js",
"start": "node src"

@@ -53,2 +54,4 @@ },

"devDependencies": {
"@types/passport": "^1.0.12",
"@types/passport-jwt": "^3.0.8",
"chai": "^4.3.7",

@@ -58,7 +61,7 @@ "chai-passport-strategy": "^1.0.1",

"eslint-plugin-mocha": "^9.0.0",
"mocha": "^8.4.0",
"mocha": "^10.1.0",
"nock": "^13.1.3",
"prettier": "^2.4.1",
"prettier-eslint": "^13.0.0",
"rewiremock": "^3.14.3",
"rewiremock": "^3.14.5",
"rimraf": "^3.0.2"

@@ -65,0 +68,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