Comparing version 0.4.0 to 0.5.0
@@ -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; |
{ | ||
"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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
698659
87
620
142
1
2