New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.3.0

6

lib/osc.js

@@ -26,3 +26,7 @@ var min = require('osc-min');

case 'object':
if (arg.type) {
if (arg instanceof Array) {
for (var i = 0; i < arg.length; i++) {
this.append(arg[i]);
}
} else if (arg.type) {
this.args.push(arg);

@@ -29,0 +33,0 @@ } else {

2

package.json
{
"name": "node-osc",
"description": "pyOSC inspired library",
"version": "0.2.1",
"version": "0.3.0",
"main": "index",

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