Socket
Socket
Sign inDemoInstall

node-hid

Package Overview
Dependencies
Maintainers
3
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.1 to 0.3.2

3

package.json
{
"name": "node-hid",
"description": "USB HID device access library",
"version": "0.3.1",
"version": "0.3.2",
"author": {

@@ -17,3 +17,2 @@ "name": "Hans Hübner",

},
"bundleDependencies": [ "hidapi" ],
"scripts": {

@@ -20,0 +19,0 @@ "preupdate": "sh get-hidapi.sh",

@@ -5,3 +5,3 @@ // Simple interface to Sony Buzz! wireless buzzers

var events = require('events');
var HID = require('node-hid');
var HID = require('../');

@@ -8,0 +8,0 @@ // buzzer protocol info: http://www.developerfusion.com/article/84338/making-usb-c-friendly/

@@ -9,3 +9,3 @@ // Interface to Griffin PowerMate

var HID = require('node-hid');
var HID = require('../');
var util = require('util');

@@ -66,2 +66,2 @@ var events = require('events');

exports.PowerMate = PowerMate;
exports.deviceCount = function () { return getAllDevices().length; }
exports.deviceCount = function () { return getAllDevices().length; }

@@ -1,3 +0,3 @@

var HID = require('node-hid');
var HID = require('../');
console.log('devices:', HID.devices());

@@ -1,2 +0,2 @@

var HID = require('node-hid');
var HID = require('../');
var REPL = require('repl');

@@ -3,0 +3,0 @@

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