Socket
Socket
Sign inDemoInstall

usb

Package Overview
Dependencies
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

usb - npm Package Compare versions

Comparing version 1.7.1-alpha.1 to 1.7.1

2

package.json
{
"name": "usb",
"description": "Library to access USB devices",
"version": "1.7.1-alpha.1",
"version": "1.7.1",
"engines": {

@@ -6,0 +6,0 @@ "node": ">=6"

@@ -116,2 +116,4 @@ USB Library for Node.JS

A [package is available to calculate bmRequestType](https://www.npmjs.com/package/bmrequesttype) if needed.
### .setConfiguration(id, callback(error))

@@ -312,3 +314,3 @@ Set the device configuration to something other than the default (0). To use this, first call `.open(false)` (which tells it not to auto configure), then before claiming an interface, call this method.

git clone --recursive https://github.com/nonolith/node-usb.git
git clone --recursive https://github.com/tessel/node-usb.git
cd node-usb

@@ -315,0 +317,0 @@ npm install

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