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

controltower

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

controltower - npm Package Compare versions

Comparing version 0.6.14 to 0.6.15

2

package.json
{
"name": "controltower",
"version": "0.6.14",
"version": "0.6.15",
"main": "./src/index.js",

@@ -5,0 +5,0 @@ "license": "AGPL-3.0",

@@ -47,2 +47,3 @@ 'use strict';

const { rootPath } = _config2.default;
const app = (0, _choo2.default)();

@@ -53,3 +54,4 @@ const appModel = {

version: _package.version,
homepage: _package.homepage
homepage: _package.homepage,
rootPath
}

@@ -100,3 +102,3 @@ };

app.router([['/', authWrapper(_dashboard2.default, _main2.default)], ['/b/:botId', authWrapper(_setup2.default, _main2.default)]]);
app.router([[`${ rootPath }/`, authWrapper(_dashboard2.default, _main2.default)], [`${ rootPath }/b/:botId`, authWrapper(_setup2.default, _main2.default)]]);

@@ -103,0 +105,0 @@ const tree = app.start({ hash: true });

@@ -67,5 +67,5 @@ 'use strict';

${ (0, _toolbar2.default)(state.user, state.app, send) }
<a href="/">back to dashboard</a>
<a href=${ state.rootPath }>back to dashboard</a>
<hr>
<p>${ JSON.stringify(state.setup) }</p>
</div>`;
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