Socket
Socket
Sign inDemoInstall

usb

Package Overview
Dependencies
Maintainers
2
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.5.0 to 1.6.0

29

package.json
{
"name": "usb",
"description": "Library to access USB devices",
"version": "1.5.0",
"version": "1.6.0",
"engines": {

@@ -33,23 +33,22 @@ "node": ">=6"

"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "mocha --compilers coffee:coffee-script --grep Module",
"full-test": "mocha --compilers coffee:coffee-script",
"install": "prebuild-install --verbose || node-gyp rebuild",
"prebuild": "prebuild --force --strip --verbose",
"test": "mocha --require coffeescript/register --grep Module test/*",
"full-test": "mocha --require coffeescript/register test/*",
"valgrind": "coffee -c test/usb.coffee; valgrind --leak-check=full --show-possibly-lost=no node --expose-gc --trace-gc node_modules/mocha/bin/_mocha -R spec"
},
"binary": {
"module_name": "usb_bindings",
"module_path": "./src/binding",
"host": "https://github.com/tessel/node-usb/releases/download/",
"remote_path": "{version}"
},
"dependencies": {
"nan": "^2.8.0",
"node-pre-gyp": "^0.11.0"
"bindings": "^1.4.0",
"nan": "2.13.2",
"prebuild-install": "^5.2.4"
},
"resolutions": {
"**/nan": "2.13.2"
},
"devDependencies": {
"coffeescript": "~1.6.2",
"mocha": "~1.8.2",
"aws-sdk": "~2.0.0-rc.15"
"coffeescript": "~2.4.1",
"mocha": "~6.1.4",
"prebuild": "^8.2.1"
},
"license": "MIT"
}
USB Library for Node.JS
===============================
**POSIX:** [![Build Status](https://travis-ci.org/tessel/node-usb.svg?branch=master)](https://travis-ci.org/tessel/node-usb)    
**Windows:** [![Build status](https://ci.appveyor.com/api/projects/status/b23kn1pi386nguya/branch/master)](https://ci.appveyor.com/project/kevinmehall/node-usb/branch/master)
[![Build Status](https://travis-ci.org/tessel/node-usb.svg?branch=master)](https://travis-ci.org/tessel/node-usb)

@@ -7,0 +6,0 @@ Node.JS library for communicating with USB devices in JavaScript / CoffeeScript.

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

var binary = require('node-pre-gyp');
var path = require('path');
var binding_path = binary.find(path.resolve(path.join(__dirname,'./package.json')));
var usb = exports = module.exports = require(binding_path);
var usb = exports = module.exports = require('bindings')('usb_bindings');
var events = require('events')

@@ -7,0 +3,0 @@ var util = require('util')

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

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