Socket
Socket
Sign inDemoInstall

usb

Package Overview
Dependencies
Maintainers
1
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 0.3.0 to 0.3.1

shyp-blacklist.js

11

package.json

@@ -22,3 +22,8 @@ {

],
"version": "0.3.0",
"version": "0.3.1",
"optionalDependencies": {
"usb-shyp-win32-x64": "0.3.1",
"usb-shyp-win32-ia32": "0.3.1",
"usb-shyp-darwin-x64": "0.3.1"
},
"engines": {

@@ -33,3 +38,3 @@ "node": ">=0.8.x"

"scripts": {
"preinstall": "node-gyp rebuild",
"install": "node shyp-blacklist.js win32-x64 win32-ia32 darwin-x64 || node-gyp rebuild",
"test": "mocha --compilers coffee:coffee-script",

@@ -39,3 +44,3 @@ "valgrind": "valgrind --leak-check=full --show-possibly-lost=no node --expose-gc --trace-gc node_modules/mocha/bin/_mocha -R spec --compilers coffee:coffee-script"

"dependencies": {
"bindings": "1.0.x"
"bindings-shyp": "~0.2.2"
},

@@ -42,0 +47,0 @@ "devDependencies": {

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

var usb = exports = module.exports = require("bindings")("usb_bindings")
var usb = exports = module.exports = require("bindings-shyp")("usb_bindings")
var events = require('events')

@@ -3,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

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