Socket
Socket
Sign inDemoInstall

osc

Package Overview
Dependencies
24
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

bower.json
{
"name": "osc.js",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/osc.min.js",

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

{
"name": "osc",
"main": "src/platforms/osc-node.js",
"version": "1.0.3",
"version": "1.0.4",
"description": "A JavaScript Open Sound Control (OSC) library that works in Node.js and the browser.",

@@ -6,0 +6,0 @@ "author": "Colin Clark",

@@ -225,4 +225,4 @@ /*

var that = this;
this.socket.on("message", function (e) {
that.emit("data", e.data);
this.socket.on("message", function (data) {
that.emit("data", data);
});

@@ -229,0 +229,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc