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 1.1.0 to 1.1.1

2

dist/server/routes/info_middleware_stack.js

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

</p>
<table border="1" cellspacing="0" cellpadding="10">
<table>
<tr>

@@ -28,0 +28,0 @@ <th>Middleware</th>

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

const overview = pluginContext => `
<table border="1" cellspacing="0" cellpadding="10">
<table>
<tr>

@@ -24,0 +24,0 @@ <th>Server name</th>

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

return `<table border="1" cellspacing="0" cellpadding="10"><tr><th>Name</th><th>Loads</th></tr>${pluginLoaderRows.join('')}</table>`;
return `<table><tr><th>Name</th><th>Loads</th></tr>${pluginLoaderRows.join('')}</table>`;
};

@@ -55,3 +55,3 @@

});
return `<table border="1" cellspacing="0" cellpadding="10"><tr><th>Name</th><th>Type</th><th>Package</th><th>Status</th><th>Error</th><th>Last Reload</th><th>Definition</th><th>Config</th></tr>${pluginRows.join('')}</table>`;
return `<table><tr><th>Name</th><th>Type</th><th>Package</th><th>Status</th><th>Error</th><th>Last Reload</th><th>Definition</th><th>Config</th></tr>${pluginRows.join('')}</table>`;
};

@@ -66,3 +66,3 @@

});
return `<table border="1" cellspacing="0" cellpadding="10"><tr><th>Name</th><th>Homepage</th><th>License</th><th>Version</th><th>Status</th><th>Error</th></tr>${pluginPackagesRows.join('')}</table>`;
return `<table><tr><th>Name</th><th>Homepage</th><th>License</th><th>Version</th><th>Status</th><th>Error</th></tr>${pluginPackagesRows.join('')}</table>`;
};

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

const services = pluginContext => `
<table border="1" cellspacing="0" cellpadding="10">
<table>
<tr>

@@ -24,0 +24,0 @@ <th>Service</th>

@@ -45,4 +45,2 @@ "use strict";

padding: 0;
border-bottom: 1px solid #888;
max-width: 800px;
}

@@ -52,4 +50,6 @@

list-style-type: none;
padding: 3px 10px;
margin: 0 5px;
padding: 5px 10px;
margin: 0 5px 0 0;
border-bottom: 2px solid transparent;
background-color: #EFEFEF;
}

@@ -66,4 +66,3 @@

.menu-item.active {
border-bottom: 2px solid #0097cc;
margin-bottom: -1px;
border-color: #0097cc;
}

@@ -78,2 +77,11 @@

.menu-item.external {
background: none;
margin-left: 5px;
}
.menu-item.external a {
text-decoration: underline;
}
th {

@@ -86,3 +94,3 @@ text-align: left;

main {
margin: 30px 0;
margin: 20px 0;
}

@@ -97,2 +105,20 @@

}
table, th, td {
border: 1px solid #CCC;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td {
padding: 6px 10px;
}
th {
background-color: #EFEFEF;
padding: 8px 10px;
}
</style>

@@ -109,3 +135,3 @@ </head>

<li class="menu-item ${req.path === '/mashroom/webapps' ? 'active' : ''}"><a href="/mashroom/webapps">Webapps</a></li>
<li class="menu-item "><a href="/mashroom/docs" target="_blank">Documentation</a></li>
<li class="menu-item external"><a href="/mashroom/docs" target="_blank">Documentation</a></li>
</ul>

@@ -112,0 +138,0 @@ </nav>

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

"license": "MIT",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist",

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

"dependencies": {
"@mashroom/mashroom-utils": "1.1.0",
"@mashroom/mashroom-utils": "1.1.1",
"chokidar": "^3.0.2",

@@ -24,0 +24,0 @@ "express": "^4.17.1",

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