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.8 to 3.0.0-alpha.9

2

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

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

@@ -45,4 +45,3 @@ "use strict";

start(httpServer, config, onConnectionCallback) {
const path = 'socket'; // should remove origin
// init global room
const path = config.path; // init global room

@@ -49,0 +48,0 @@ this._rooms.set('*', new Set());

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