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.3 to 1.3.4

2

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

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

import { isRemote } from 'worona-deps';
export const endpoint = isRemote ? 'wss://meteor.worona.io/websocket' : 'ws://localhost:3000/websocket';
const remote = window.location.host === 'predashboard.worona.org'
? 'wss://premeteor.worona.io/websocket'
: 'wss://meteor.worona.io/websocket';
export const endpoint = isRemote
? 'wss://meteor.worona.io/websocket'
: 'ws://localhost:3000/websocket';
export const timeout = 10000;
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