+0
-1
| language: node_js | ||
| node_js: | ||
| - 0.8 | ||
| - 0.10 | ||
| after_script: | ||
| - npm run-script coveralls |
@@ -1,2 +0,2 @@ | ||
| // Generated by CoffeeScript 1.6.3 | ||
| // Generated by CoffeeScript 1.8.0 | ||
| var float_to_int, inport, osc, outport, sock, udp; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
| // Generated by CoffeeScript 1.6.3 | ||
| // Generated by CoffeeScript 1.8.0 | ||
| var inport, osc, outport, sock, udp; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
| // Generated by CoffeeScript 1.6.3 | ||
| // Generated by CoffeeScript 1.8.0 | ||
| var dgram, osc, outport, sendHeartbeat, udp; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
| // Generated by CoffeeScript 1.6.3 | ||
| // Generated by CoffeeScript 1.8.0 | ||
| var dgram, osc, outport, sendHeartbeat, udp; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
| // Generated by CoffeeScript 1.6.3 | ||
| // Generated by CoffeeScript 1.8.0 | ||
| var inport, osc, sock, udp; | ||
@@ -3,0 +3,0 @@ |
+5
-0
@@ -105,2 +105,7 @@ (function() { | ||
| exports.fromBuffer = function(buffer, strict) { | ||
| if (buffer instanceof ArrayBuffer) { | ||
| buffer = new Buffer(new Uint8Array(buffer)); | ||
| } else if (buffer instanceof Uint8Array) { | ||
| buffer = new Buffer(buffer); | ||
| } | ||
| return utils.fromOscPacket(buffer, strict); | ||
@@ -107,0 +112,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
| // Generated by CoffeeScript 1.7.1 | ||
| // Generated by CoffeeScript 1.8.0 | ||
| (function() { | ||
@@ -3,0 +3,0 @@ var IsArray, StrictError, binpack, getArrayArg, isOscBundleBuffer, mapBundleList, oscTypeCodes, padding, toOscTypeAndArgs, |
+7
-4
| { | ||
| "name": "osc-min", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "main": "lib/index", | ||
@@ -30,3 +30,5 @@ "author": { | ||
| "mocha-lcov-reporter": "*", | ||
| "coffee-script": ">=1.7.1 <2.0.0" | ||
| "coffee-script": ">=1.7.1 <2.0.0", | ||
| "browserify": "^6.1.0", | ||
| "uglify-js": "^2.4.15" | ||
| }, | ||
@@ -45,3 +47,3 @@ "config" : { | ||
| "engines": { | ||
| "node": ">=0.6.0" | ||
| "node": ">=0.10.0" | ||
| }, | ||
@@ -53,3 +55,4 @@ "scripts": { | ||
| "doc": "cake doc", | ||
| "prepublish" : "cake doc; coffee -c lib/osc-utilities.coffee" | ||
| "prepublish" : "cake doc; coffee -c lib/osc-utilities.coffee", | ||
| "browserify" : "cake browserify" | ||
| }, | ||
@@ -56,0 +59,0 @@ "_id": "osc-min@0.0.5", |
+8
-0
@@ -40,2 +40,10 @@ [](http://travis-ci.org/russellmcc/node-osc-min) [](https://coveralls.io/r/russellmcc/node-osc-min?branch=master) [](https://david-dm.org/russellmcc/node-osc-min) | ||
| ### for browser | ||
| If you want to use this library in a browser, you can build a browserified file (`build/osc-min.js`) with | ||
| ``` | ||
| npm install --dev | ||
| npm run-script browserify | ||
| ``` | ||
| ---- | ||
@@ -42,0 +50,0 @@ ## Examples |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
94283
0.8%941
0.53%225
3.69%5
-16.67%8
33.33%