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

@first-lego-league/display

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@first-lego-league/display - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

js/main.js

@@ -47,3 +47,3 @@ // display system main

var mhubPort = config.wsHost.substr(config.wsHost.indexOf(':'), config.wsHost.length);
var mhubPort = config.wsHost.substr(config.wsHost.indexOf(':') + 1, config.wsHost.length);
config.wsHost = `${window.location.hostname}:${mhubPort}`;

@@ -50,0 +50,0 @@

{
"name": "@first-lego-league/display",
"version": "1.0.2",
"version": "1.0.3",
"description": "Display Systems",

@@ -5,0 +5,0 @@ "main": "config.js",

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