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

@dekproject/keycloak

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dekproject/keycloak - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@dekproject/keycloak",
"version": "1.0.3",
"version": "1.0.4",
"description": "Keycloak interface plugin for DEK",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

import express from "express";
import session from "express-session";
import cookieParser from "cookie-parser";
import bodyParser from "body-parser";

@@ -17,5 +16,4 @@

$.wait("keycloak").then(async () => {
$.app.use( cookieParser() );
$.wait("keycloak", 3000).then(async () => {
console.log("noix");
$.app.use(session({

@@ -39,3 +37,5 @@ secret: 'secret',

});
}).catch((err) => {
console.log(err);
});
})();
{
"name": "@dekproject/keycloak-sample",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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