Comparing version 1.1.1 to 1.1.2
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
var float_to_int, inport, osc, outport, sock, udp; | ||
@@ -33,3 +33,3 @@ | ||
sock = udp.createSocket("udp4", function(msg, rinfo) { | ||
var edited, error, error1; | ||
var edited, error; | ||
try { | ||
@@ -36,0 +36,0 @@ edited = osc.applyMessageTransform(msg, function(message) { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
var inport, osc, outport, sock, udp; | ||
@@ -28,3 +28,3 @@ | ||
sock = udp.createSocket("udp4", function(msg, rinfo) { | ||
var error, error1, redirected; | ||
var error, redirected; | ||
try { | ||
@@ -31,0 +31,0 @@ redirected = osc.applyAddressTransform(msg, function(address) { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
var dgram, now, osc, outport, sendHeartbeat, udp; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
var dgram, osc, outport, sendHeartbeat, udp; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
var inport, osc, sock, udp; | ||
@@ -20,3 +20,3 @@ | ||
sock = udp.createSocket("udp4", function(msg, rinfo) { | ||
var error, error1; | ||
var error; | ||
try { | ||
@@ -23,0 +23,0 @@ return console.log(osc.fromBuffer(msg)); |
@@ -14,3 +14,3 @@ ~installation~ | ||
``` | ||
npm install --dev | ||
npm install | ||
``` | ||
@@ -30,4 +30,4 @@ | ||
``` | ||
npm install --dev | ||
npm install | ||
npm run-script browserify | ||
``` |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.7 | ||
(function() { | ||
@@ -107,3 +107,3 @@ var IsArray, StrictError, TWO_POW_32, UNIX_EPOCH, binpack, getArrayArg, isOscBundleBuffer, makeTimetag, mapBundleList, oscTypeCodes, padding, toOscTypeAndArgs, | ||
var a, b, bytes, c, d, fractional, rest, seconds, type; | ||
type = "Int32"; | ||
type = "UInt32"; | ||
bytes = (binpack["pack" + type](0)).length; | ||
@@ -191,3 +191,3 @@ if (buffer.length < (bytes * 2)) { | ||
} | ||
type = "Int32"; | ||
type = "UInt32"; | ||
high = binpack["pack" + type](timetag[0], "big"); | ||
@@ -590,3 +590,3 @@ low = binpack["pack" + type](timetag[1], "big"); | ||
exports.toOscBundle = function(bundle, strict) { | ||
var allElems, buff, e, elem, elements, elemstr, error, j, len, oscBundleTag, oscElems, oscTimeTag, ref, ref1, size, timetag; | ||
var allElems, buff, e, elem, elements, elemstr, j, len, oscBundleTag, oscElems, oscTimeTag, ref, ref1, size, timetag; | ||
if (strict && ((bundle != null ? bundle.timetag : void 0) == null)) { | ||
@@ -716,3 +716,3 @@ throw StrictError("bundles must have timetags."); | ||
elems = (function() { | ||
var error, ref, results; | ||
var ref, results; | ||
results = []; | ||
@@ -719,0 +719,0 @@ while (buffer.length) { |
{ | ||
"name": "osc-min", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "lib/index", | ||
@@ -25,3 +25,3 @@ "author": { | ||
"devDependencies": { | ||
"mocha": "*", | ||
"mocha": "2.*", | ||
"docket": "0.0.5", | ||
@@ -28,0 +28,0 @@ "coveralls": "*", |
@@ -29,3 +29,3 @@ [![build status](https://secure.travis-ci.org/russellmcc/node-osc-min.png)](http://travis-ci.org/russellmcc/node-osc-min) [![Coverage Status](https://coveralls.io/repos/russellmcc/node-osc-min/badge.png?branch=master)](https://coveralls.io/r/russellmcc/node-osc-min?branch=master) [![dependencies](https://david-dm.org/russellmcc/node-osc-min.png)](https://david-dm.org/russellmcc/node-osc-min) | ||
``` | ||
npm install --dev | ||
npm install | ||
``` | ||
@@ -45,3 +45,3 @@ | ||
``` | ||
npm install --dev | ||
npm install | ||
npm run-script browserify | ||
@@ -48,0 +48,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
121717
22