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.15.3 to 0.15.4

2

package.json
{
"name": "controltower",
"version": "0.15.3",
"version": "0.15.4",
"main": "./src/index.js",

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

@@ -146,3 +146,3 @@ 'use strict';

const rootView = homeView;
app.router([['/', rootView], ['/controltower', rootView], ['/home', homeView], ['/channels', channelsView], ['/ecommerce', ecommerceView], ['/intents', intentsView], ['/replies', repliesView], ['/mutedChats', mutedChatsView], ['/admins', adminsView], ['/invite', invitationView], ['/debug', debugView]]);
app.router([['/', rootView], ['/controltower', rootView], ['/controltower/', rootView], ['/home', homeView], ['/channels', channelsView], ['/ecommerce', ecommerceView], ['/intents', intentsView], ['/replies', repliesView], ['/mutedChats', mutedChatsView], ['/admins', adminsView], ['/invite', invitationView], ['/debug', debugView]]);

@@ -149,0 +149,0 @@ const tree = app.start();

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