keycloak-nodejs-middleware
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -45,4 +45,3 @@ "use strict"; | ||
var url_1 = require("url"); | ||
var rootCas = require("ssl-root-cas").create(); | ||
https_1.default.globalAgent.options.ca = rootCas; | ||
https_1.default.globalAgent.options.rejectUnauthorized = false; | ||
function keycloakMiddleware(_a) { | ||
@@ -49,0 +48,0 @@ var _this = this; |
@@ -45,4 +45,3 @@ "use strict"; | ||
var url_1 = require("url"); | ||
var rootCas = require("ssl-root-cas").create(); | ||
https_1.default.globalAgent.options.ca = rootCas; | ||
https_1.default.globalAgent.options.rejectUnauthorized = false; | ||
function keycloakMiddleware(_a) { | ||
@@ -49,0 +48,0 @@ var _this = this; |
{ | ||
"name": "keycloak-nodejs-middleware", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Keycloak middleware for nodejs apps", | ||
@@ -25,3 +25,2 @@ "main": "./dist/cjs/index.js", | ||
"node-fetch-commonjs": "^3.3.2", | ||
"ssl-root-cas": "^1.3.1", | ||
"typescript": "^5.3.3" | ||
@@ -28,0 +27,0 @@ }, |
4
14259
240
- Removedssl-root-cas@^1.3.1
- Removed@coolaj86/urequest@1.3.7(transitive)
- Removedssl-root-cas@1.3.1(transitive)