Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-osc

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-osc - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

9

lib/osc.js

@@ -301,6 +301,2 @@ var min = require('osc-min');

// [<address>, <typetags>, <values>*]
if (decoded) {
server.emit('message', decoded, rinfo);
server.emit(decoded[0], decoded, rinfo);
}
}

@@ -310,2 +306,7 @@ catch (e) {

}
if (decoded) {
server.emit('message', decoded, rinfo);
server.emit(decoded[0], decoded, rinfo);
}
});

@@ -312,0 +313,0 @@ this.kill = function() {

{
"name": "node-osc",
"description": "pyOSC inspired library",
"version": "0.3.0",
"version": "0.3.1",
"main": "index",

@@ -6,0 +6,0 @@ "athor": {

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