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.81 to 1.0.82

5

dist/router/index.js

@@ -30,2 +30,7 @@ "use strict";

app.use("/close-api", (0, close_1.default)(server));
app.get("/test-page", (req, res) => {
const user = req.oidc.user;
const userId = Number(user['AppRegister.Claim.PersonId']);
res.send(`hello <b>${req.oidc.user.name}</b>, ${req.oidc.user.sub}, ${userId}`);
});
app.get("/main*", (req, res) => __awaiter(this, void 0, void 0, function* () {

@@ -32,0 +37,0 @@ const filePath = path_1.default.join(server.options.frontendDir, `${server.options.type}-main.html`);

2

package.json
{
"name": "eservices-back-core",
"version": "1.0.81",
"version": "1.0.82",
"description": "",

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

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