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

midi

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

midi - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

.npmignore

5

midi.js

@@ -0,4 +1,7 @@

var midi = require('./build/Release/midi');
// MIDI input inherits from EventEmitter
var EventEmitter = require('events').EventEmitter;
var midi = require('./build/default/midi_addon');
midi.input.prototype.__proto__ = EventEmitter.prototype;
module.exports = midi;

8

package.json
{
"name": "midi",
"version": "v0.4.0",
"version": "v0.5.0",
"scripts": {
"preinstall": "node-waf configure && node-waf build",
"preuninstall": "rm -rf build/*"
"preinstall": "make",
"test": "node test/virtual-loopback-test-automated.js"
},

@@ -22,3 +22,3 @@ "main": "midi.js",

"engines": {
"node": ">=0.4.0 <=0.5.4"
"node": ">=0.6.0"
},

@@ -25,0 +25,0 @@ "repository" : {

@@ -11,4 +11,12 @@ ♪ ♫ ♩ ♬

$ node-waf configure && node-waf build
From npm:
$ npm install midi
From source:
$ git clone https://github.com/justinlatimer/node-midi.git
$ cd node-midi/
$ npm install
## Usage

@@ -15,0 +23,0 @@

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