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

rpi-gpio

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rpi-gpio - npm Package Compare versions

Comparing version 0.0.4 to 0.1.0

test/main.js

38

package.json
{
"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

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