keycloak-connect
Advanced tools
{ | ||
"name": "keycloak-connect", | ||
"version": "26.0.8", | ||
"version": "26.1.0", | ||
"description": "Keycloak Connect Middleware", | ||
@@ -8,7 +8,8 @@ "homepage": "http://keycloak.org", | ||
"scripts": { | ||
"lint": "jshint *.js stores/*.js middleware/*.js middleware/auth-utils/*.js example/*.js && standard", | ||
"lint": "standard", | ||
"test": "./run-tests.sh", | ||
"docs": "jsdoc --verbose -d docs -t ./node_modules/ink-docstrap/template -R README.md index.js ./middleware/*.js stores/*.js ./middleware/auth-utils/*.js", | ||
"coverage": "nyc cover tape test/unit/*.js tape test/*.js", | ||
"server:start": "./scripts/start-server.mjs -Dkeycloak.profile.feature.account_api=disabled -Dkeycloak.profile.feature.account2=disabled -Dkeycloak.migration.action=import -Dkeycloak.migration.provider=singleFile -Dkeycloak.migration.file=test/fixtures/auth-utils/nodejs-test-realm.json -Dkeycloak.migration.strategy=OVERWRITE_EXISTING" | ||
"server:start": "./scripts/start-server.mjs -Dkeycloak.profile.feature.account_api=disabled -Dkeycloak.migration.action=import -Dkeycloak.migration.provider=singleFile -Dkeycloak.migration.file=test/fixtures/auth-utils/nodejs-test-realm.json -Dkeycloak.migration.strategy=OVERWRITE_EXISTING", | ||
"guides": "node guides/guides.mjs $npm_package_version" | ||
}, | ||
@@ -44,3 +45,3 @@ "keywords": [ | ||
"@octokit/rest": "^19.0.3", | ||
"axios": "^0.27.2", | ||
"axios": "^0.29.0", | ||
"blue-tape": "^1.0.0", | ||
@@ -55,8 +56,8 @@ "body-parser": "^1.13.3", | ||
"ink-docstrap": "^1.1.4", | ||
"jsdoc": "^3.6.3", | ||
"jshint": "^2.10.2", | ||
"jsdoc": "^4.0.4", | ||
"jszip": "^3.10.1", | ||
"keycloak-request-token": "^0.1.0", | ||
"nock": "^13.2.2", | ||
"node-fetch": "^3.2.3", | ||
"nyc": "^15.0.0", | ||
"nyc": "^17.1.0", | ||
"rsa-compat": "^2.0.8", | ||
@@ -69,3 +70,3 @@ "selenium-webdriver": "^3.6.0", | ||
"tape-catch": "^1.0.6", | ||
"tar-fs": "^2.1.1" | ||
"tar-fs": "^3.0.7" | ||
}, | ||
@@ -72,0 +73,0 @@ "optionalDependencies": { |
@@ -652,3 +652,2 @@ 'use strict' | ||
/* jshint loopfunc:true */ | ||
for (const token of tokens) { | ||
@@ -655,0 +654,0 @@ manager.validateToken(token, 'Bearer') |
368913
-0.03%9623
-0.01%