Socket
Socket
Sign inDemoInstall

@soundworks/core

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soundworks/core - npm Package Compare versions

Comparing version 3.0.0-alpha.4 to 3.0.0-alpha.5

6

client/Socket.js

@@ -83,6 +83,6 @@ "use strict";

const {
ip,
serverIp,
port
} = config;
url = `${protocol}//${ip}:${port}/${path}`;
} = config.env;
url = `${protocol}//${serverIp}:${port}/${path}`;
}

@@ -89,0 +89,0 @@

{
"name": "@soundworks/core",
"version": "3.0.0-alpha.4",
"version": "3.0.0-alpha.5",
"description": "full-stack javascript framework for distributed audio visual experiences on the web",

@@ -5,0 +5,0 @@ "authors": [

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