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.2.1 to 3.2.2

2

client/Socket.js

@@ -103,3 +103,3 @@ "use strict";

url = `${protocol}//${hostname}:${port}/${path}`;
webSocketOptions = {};
webSocketOptions = [];
} else {

@@ -106,0 +106,0 @@ const protocol = config.env.useHttps ? 'wss:' : 'ws:';

{
"name": "@soundworks/core",
"version": "3.2.1",
"version": "3.2.2",
"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