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

eservices-back-core

Package Overview
Dependencies
Maintainers
1
Versions
407
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 1.0.76 to 1.0.77

4

dist/middleware/user-middleware.js

@@ -23,3 +23,3 @@ "use strict";

if (accessToken.isExpired()) {
loggerTokens.debug(`Refresh token ${accessToken.slice(3)}...${accessToken.slice(-3)}`, req.oidc);
loggerTokens.debug(`Refresh token ${accessToken.substring(0, 3)}...${accessToken.slice(-3)}`, req.oidc);
accessToken = yield accessToken.refresh();

@@ -29,3 +29,3 @@ }

req.userInfo = yield req.oidc.fetchUserInfo();
logger.info(`name: ${req.userInfo.name}, userId ${req.userInfo['AppRegister.Claim.UserId']}, scope ${req.userInfo['AppRegister.Claim.Application']}, token ${(_a = req.__token) === null || _a === void 0 ? void 0 : _a.slice(3)}...${(_b = req.__token) === null || _b === void 0 ? void 0 : _b.slice(-3)}`);
logger.info(`name: ${req.userInfo.name}, userId ${req.userInfo['AppRegister.Claim.UserId']}, scope ${req.userInfo['AppRegister.Claim.Application']}, token ${(_a = req.__token) === null || _a === void 0 ? void 0 : _a.substring(0, 3)}...${(_b = req.__token) === null || _b === void 0 ? void 0 : _b.slice(-3)}`);
loggerTokens.debug(req.__token);

@@ -32,0 +32,0 @@ next();

{
"name": "eservices-back-core",
"version": "1.0.76",
"version": "1.0.77",
"description": "",

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

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