Socket
Socket
Sign inDemoInstall

keycloak-rest-authenticator

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keycloak-rest-authenticator - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

lib/deploy/rest-authenticator.js

11

package.json
{
"name": "keycloak-rest-authenticator",
"version": "0.1.3",
"version": "0.1.4",
"description": "Enable implementing custom Keycloak SPI authenticators in NodeJs microservices via the ScriptBasedAuthenticator. Focus on the business logic not the Keycloak complexity.",

@@ -13,7 +13,12 @@ "main": "lib/index.js",

"test:coverage": "jest --coverage",
"build": "tsc -p tsconfig.build.json",
"build": "tsc -p tsconfig.build.json && cp src/deploy/*.js lib/deploy",
"start": "ts-node src/index.ts",
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 nodemon --exec ./node_modules/.bin/ts-node -- ./src/index.ts",
"dev:docker": "NODE_TLS_REJECT_UNAUTHORIZED=0 nodemon --exec ./node_modules/.bin/ts-node -- ./src/index.ts",
"docs": "typedoc --out ./docs --mode modules --excludeNotExported && cp -R ./documentation ./docs"
"docs": "typedoc --out ./docs --mode modules --excludeNotExported && cp -R ./documentation ./docs",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run lint:fix && git add -A src",
"postversion": "git push && git push --tags"
},

@@ -20,0 +25,0 @@ "author": "Guénolé de Cadoudal",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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