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.3.3 to 3.4.0

4

client/Client.js

@@ -182,2 +182,6 @@ "use strict";

async stop() {
this.socket.terminate();
}
}

@@ -184,0 +188,0 @@

@@ -318,3 +318,12 @@ "use strict";

}
/**
* Immediately close the 2 sockets
*/
terminate() {
this.ws.close();
this.binaryWs.close();
}
}

@@ -321,0 +330,0 @@

2

package.json
{
"name": "@soundworks/core",
"version": "3.3.3",
"version": "3.4.0",
"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