passport-keycloak-bearer
Advanced tools
Comparing version 2.3.0 to 2.4.0
{ | ||
"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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17284
10
258
12