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

node-hid

Package Overview
Dependencies
Maintainers
5
Versions
45
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.5.5 to 0.5.6

8

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

@@ -16,8 +16,8 @@ "contributors": [

"test": "node src/test-ci.js",
"preinstall": "git submodule update --init",
"install": "prebuild-install || node-gyp rebuild",
"prepare": "git submodule update --init",
"install": "prebuild-install || npm run prepare && node-gyp rebuild",
"prebuild": "prebuild --all --verbose",
"prebuild-upload": "prebuild --all --strip --verbose",
"rebuild": "prebuild --compile",
"cleanbuild": "rimraf hidapi node_modules build"
"cleanbuild": "rimraf hidapi build node_modules"
},

@@ -24,0 +24,0 @@ "bin": {

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