Socket
Socket
Sign inDemoInstall

node-hid

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-hid - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

.gitmodules

54

package.json
{
"name": "node-hid",
"description": "USB HID device access library",
"version": "0.3.2",
"author": {
"name": "Hans Hübner",
"email": "hans.huebner@gmail.com",
"url": "https://github.com/hanshuebner"
},
"contributors": [
"Blake Miner <miner.blake@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/hanshuebner/node-hid.git"
},
"scripts": {
"preupdate": "sh get-hidapi.sh",
"preinstall": "sh get-hidapi.sh",
"install": "sh install.sh"
},
"main": "./index.js",
"engines": {
"node": ">=0.8.0"
},
"license": "MIT/X11",
"dependencies": { },
"devDependencies": {}
"name": "node-hid",
"description": "USB HID device access library",
"version": "0.4.0",
"author": {
"name": "Hans Hübner",
"email": "hans.huebner@gmail.com",
"url": "https://github.com/hanshuebner"
},
"contributors": [
"Blake Miner <miner.blake@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/hanshuebner/node-hid.git"
},
"scripts": {
"prepublish": "git submodule update --init"
},
"main": "./index.js",
"engines": {
"node": ">=0.8.0"
},
"license": "MIT/X11",
"dependencies": {
"nan": "^1.2.0"
},
"devDependencies": {}
}

@@ -15,6 +15,7 @@ # node-hid - Access USB HID devices from node.js #

Use npm to execute all installation steps:
To develop locally you'll need the following commands:
```
npm install
git submodule update --init # done automatically on publish, but you'll need it locally
npm install # rebuilds the module
```

@@ -21,0 +22,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

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