Socket
Socket
Sign inDemoInstall

node-hid

Package Overview
Dependencies
68
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

6

package.json
{
"name": "node-hid",
"description": "USB HID device access library",
"version": "1.3.1",
"version": "1.3.2",
"author": "Hans Hübner <hans.huebner@gmail.com> (https://github.com/hanshuebner)",

@@ -42,4 +42,4 @@ "bugs": "https://github.com/node-hid/node-hid/issues",

"nan": "^2.14.0",
"node-abi": "^2.19.1",
"prebuild-install": "^5.3.5"
"node-abi": "^2.19.3",
"prebuild-install": "^6.0.0"
},

@@ -46,0 +46,0 @@ "devDependencies": {

@@ -32,2 +32,14 @@ How to publish node-hid

#### notes ####
- To check node ABI version (used by `node-abi`), check the NODE_MODULE_VERSION
on this page:
https://nodejs.org/en/download/releases/
If a prebuild is not generated for a particular version of Node or Electron,
then `node-abi` needs to be updated
- You can also grep for NODE_MODULE_VERSION in `node_version.h` in any version
of Node and Electron you've installed node-hid with:
`grep NODE_MODULE_VERSION ~/.node-gyp/*/include/node/node_version.h`
and
`grep NODE_MODULE_VERSION ~/.electron-gyp/*/include/node/node_version.h |grep define`
- As of Node v10 on Windows, may need to do:

@@ -34,0 +46,0 @@ -- `$env:Path += ";C:\Program Files\Git\mingw64\libexec\git-core

@@ -85,3 +85,3 @@ # node-hid - Access USB HID devices from Node.js #

* Node v6 to
* Node v14
* Node v14 (but no v14 prebuilds yet due to `node-abi` bug)

@@ -91,3 +91,3 @@ ### Supported Electron versions ###

* Electron v1 to
* Electron v10
* Electron v10 (but no v10 prebuilds yet due to `node-abi` bug)

@@ -94,0 +94,0 @@ #### Any newer version of Electron or Node WILL NOT WORK

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc