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.42 to 2.6.43

16

libs/index.js

@@ -1862,2 +1862,14 @@ import _mq from 'mqemitter';

});
var sessionTransactionDefault = {
start: function(options) {
},
end: function() {
},
commit: function() {
return Promise.resolve();
},
rollback: function() {
return Promise.resolve();
}
};
var SESSION_MANAGER_TRANSACTION_KEY = "SESSION-MANAGER-TRANSACTION-KEY";

@@ -1869,3 +1881,5 @@ var createSessionTransactionRepo = ({ factory }) => {

const { factory } = Container.get(SESSION_MANAGER_TRANSACTION_KEY) || {};
return factory && factory();
if (factory)
return factory();
return sessionTransactionDefault;
};

@@ -1872,0 +1886,0 @@ var slugGenerate = customRandom(urlAlphabet, 10, random);

2

package.json
{
"name": "@deboxsoft/module-server",
"version": "2.6.42",
"version": "2.6.43",
"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