New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

keycloak-nodejs-middleware

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keycloak-nodejs-middleware - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

dist/app.d.ts

8

dist/cjs/index.js

@@ -73,6 +73,8 @@ "use strict";

data: data.toString(),
httpsAgent: new https_1.default.Agent({
rejectUnauthorized: false, // set to false
}),
};
if (host.includes("https://")) {
requestOptions.httpsAgent = new https_1.default.Agent({
rejectUnauthorized: false,
});
}
return [4 /*yield*/, (0, axios_1.default)(requestOptions)];

@@ -79,0 +81,0 @@ case 2:

@@ -73,6 +73,8 @@ "use strict";

data: data.toString(),
httpsAgent: new https_1.default.Agent({
rejectUnauthorized: false, // set to false
}),
};
if (host.includes("https://")) {
requestOptions.httpsAgent = new https_1.default.Agent({
rejectUnauthorized: false,
});
}
return [4 /*yield*/, (0, axios_1.default)(requestOptions)];

@@ -79,0 +81,0 @@ case 2:

{
"name": "keycloak-nodejs-middleware",
"version": "1.6.0",
"version": "1.6.1",
"description": "Keycloak middleware for nodejs apps",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/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