Comparing version 0.0.4 to 0.1.0
{ | ||
"name": "rpi-gpio", | ||
"author": "James Barwell <jb@jamesbarwell.co.uk>", | ||
"description": "Control Raspberry Pi GPIO pins with node.js", | ||
"version": "0.0.4", | ||
"main": "rpi-gpio.js", | ||
"keywords:": ["raspberry", "pi", "gpio"], | ||
"repository": { | ||
"type" : "git", | ||
"url" : "https://github.com/JamesBarwell/rpi-gpio.js.git" | ||
}, | ||
"devDependencies": { | ||
"jasmine-node": "1.0.26" | ||
} | ||
"name": "rpi-gpio", | ||
"author": "James Barwell <jb@jamesbarwell.co.uk>", | ||
"description": "Control Raspberry Pi GPIO pins with node.js", | ||
"version": "0.1.0", | ||
"main": "rpi-gpio.js", | ||
"keywords:": [ | ||
"raspberry", | ||
"pi", | ||
"gpio" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/JamesBarwell/rpi-gpio.js.git" | ||
}, | ||
"devDependencies": { | ||
"jasmine-node": "~1.14.3", | ||
"mocha": "~1.18.2", | ||
"sinon": "~1.9.0", | ||
"istanbul": "~0.2.7" | ||
}, | ||
"scripts": { | ||
"test": "mocha", | ||
"coverage": "istanbul cover _mocha" | ||
} | ||
} | ||
@@ -226,2 +226,3 @@ var fs = require('fs'), | ||
this.exportedPins = {}; | ||
this.removeAllListeners(); | ||
}; | ||
@@ -228,0 +229,0 @@ |
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
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
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
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
31711
648
4