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

@deboxsoft/module-server

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/module-server - npm Package Compare versions

Comparing version 2.6.41 to 2.6.42

6

libs/index.js

@@ -1867,6 +1867,4 @@ import _mq from 'mqemitter';

var getSessionTransactionRepo = () => {
const { factory } = Container.get(
SESSION_MANAGER_TRANSACTION_KEY
);
return factory();
const { factory } = Container.get(SESSION_MANAGER_TRANSACTION_KEY) || {};
return factory && factory();
};

@@ -1873,0 +1871,0 @@ var slugGenerate = customRandom(urlAlphabet, 10, random);

{
"name": "@deboxsoft/module-server",
"version": "2.6.41",
"version": "2.6.42",
"license": "SEE LICENSE IN LICENSE",

@@ -5,0 +5,0 @@ "maintainers": [

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