passport-keycloak-bearer
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"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. */ |
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
17317
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.7.7(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.21.4(transitive)
Updatedaxios@^1.6.3
Updatedpassport-jwt@^4.0.1