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

osc-min

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

osc-min - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

examples/osc-float-to-int.js

@@ -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 @@

@@ -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,

{
"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",

@@ -40,2 +40,10 @@ [![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)

### 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

Sorry, the diff of this file is not supported yet

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