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

connection-dashboard-extension-worona

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connection-dashboard-extension-worona - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

2

package.json
{
"name": "connection-dashboard-extension-worona",
"version": "1.3.6",
"version": "1.3.7",
"description": "Extension for the Worona Dashboard in charge of the connection to the server.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -0,4 +1,6 @@

/* eslint-disable no-undef */
import { isRemote } from 'worona-deps';
const remote = window.location.host === 'predashboard.worona.org'
const remote = window.location.host.startsWith('predashboard.worona.org') ||
window.location.host.startsWith('localhost')
? 'wss://premeteor.worona.io/websocket'

@@ -5,0 +7,0 @@ : 'wss://meteor.worona.io/websocket';

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