Comparing version 0.3.1 to 1.0.0
@@ -1,2 +0,2 @@ | ||
var osc = require('../lib/osc.js'); | ||
var osc = require('../lib'); | ||
@@ -3,0 +3,0 @@ var client = new osc.Client('127.0.0.1', 3333); |
@@ -1,8 +0,9 @@ | ||
var osc = require('../lib/osc.js'); | ||
var util = require('util'); | ||
'use strict'; | ||
var osc = require('../lib'); | ||
var oscServer = new osc.Server(3333, '0.0.0.0'); | ||
oscServer.on("message", function (msg, rinfo) { | ||
console.log("Message:"); | ||
oscServer.on('message', function (msg) { | ||
console.log('Message:'); | ||
console.log(msg); | ||
}); | ||
}); |
{ | ||
"name": "node-osc", | ||
"description": "pyOSC inspired library", | ||
"version": "0.3.1", | ||
"main": "index", | ||
"athor": { | ||
"name": "Myles Borins", | ||
"email": "myles.borins@gmail.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Hans Hübner", | ||
"email": "hans.huebner@gmail.com" | ||
}, | ||
{ | ||
"name": "Andy Smith", | ||
"email": "jabber@term.ie" | ||
} | ||
], | ||
"dependencies": { | ||
"jspack": "0.0.1", | ||
"osc-min": "0.0.5" | ||
}, | ||
"keywords": [ | ||
"osc", | ||
"udp" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/TheAlphaNerd/node-osc.git" | ||
} | ||
"name": "node-osc", | ||
"description": "pyOSC inspired library", | ||
"version": "1.0.0", | ||
"main": "lib/index.js", | ||
"author": { | ||
"name": "Myles Borins", | ||
"email": "myles.borins@gmail.com" | ||
}, | ||
"scripts": { | ||
"test": "npm run lint && npm run tape", | ||
"tape": "tape test/*.js | tap-spec", | ||
"watch": "nodemon --ignore node_modules/ -e js,json --exec 'npm test'", | ||
"lint": "eslint **/*.js" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Hans Hübner", | ||
"email": "hans.huebner@gmail.com" | ||
}, | ||
{ | ||
"name": "Andy Smith", | ||
"email": "jabber@term.ie" | ||
}, | ||
{ | ||
"name": "Myles Borins", | ||
"email": "myles.borins@gmail.com" | ||
} | ||
], | ||
"dependencies": { | ||
"jspack": "0.0.4", | ||
"osc-min": "^0.2.0" | ||
}, | ||
"keywords": [ | ||
"osc", | ||
"udp" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/TheAlphaNerd/node-osc.git" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^0.21.1", | ||
"nodemon": "^1.2.1", | ||
"tap-spec": "^3.0.0", | ||
"tape": "^4.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
39523
12
334
1
4
3
+ Addedjspack@0.0.4(transitive)
+ Addedosc-min@0.2.0(transitive)
- Removedcoffee-script@1.3.0(transitive)
- Removedjspack@0.0.1(transitive)
- Removedosc-min@0.0.5(transitive)
Updatedjspack@0.0.4
Updatedosc-min@^0.2.0