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

eservices-back-core

Package Overview
Dependencies
Maintainers
0
Versions
408
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eservices-back-core - npm Package Compare versions

Comparing version 2.0.37 to 2.0.38

2

dist/auth/use-auth.js

@@ -155,3 +155,2 @@ "use strict";

const codeVerifier = openid_client_1.generators.codeVerifier();
console.log('cv', codeVerifier);
setAuthSessionKey(req, "codeVerifier", codeVerifier);

@@ -236,3 +235,2 @@ // store the code_verifier in your framework's session mechanism, if it is a cookie based solution

function endSessionURL() {
console.log(client);
return client.endSessionUrl();

@@ -239,0 +237,0 @@ }

@@ -92,3 +92,2 @@ "use strict";

.then(res => {
console.log(res);
this.entitiesInclude.set(strConfig, res.count);

@@ -95,0 +94,0 @@ });

7

dist/router/close/index.js

@@ -16,2 +16,3 @@ "use strict";

const utils_1 = require("../../utils");
const error_middleware_1 = __importDefault(require("../../middleware/error-middleware"));
exports.default = () => {

@@ -37,3 +38,7 @@ const server = Server_1.default.getServer();

proxyReq.setHeader('cookie', req.headers.cookie);
})
}),
error: (err, req, res) => {
// @ts-ignore
(0, error_middleware_1.default)(err, req, res, null);
},
}

@@ -40,0 +45,0 @@ }));

{
"name": "eservices-back-core",
"version": "2.0.37",
"version": "2.0.38",
"description": "",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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