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

@mashroom/mashroom

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mashroom/mashroom - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

3

dist/server/MashroomServer.js

@@ -42,5 +42,6 @@ "use strict";

await this._scanner.stop();
return Promise.all([this._stopHttpServer(), this._stopHttpsServer()]).then(() => {
await Promise.all([this._stopHttpServer(), this._stopHttpsServer()]).then(() => {
return;
});
process.exit(0);
}

@@ -47,0 +48,0 @@ _addServerRoutes() {

@@ -7,3 +7,3 @@ {

"license": "MIT",
"version": "2.2.2",
"version": "2.2.3",
"main": "dist",

@@ -21,3 +21,3 @@ "files": [

"dependencies": {
"@mashroom/mashroom-utils": "2.2.2",
"@mashroom/mashroom-utils": "2.2.3",
"@types/express": "^4.17.14",

@@ -24,0 +24,0 @@ "anymatch": "^3.1.2",

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