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

node-raspberrypi-usbboot

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-raspberrypi-usbboot - npm Package Compare versions

Comparing version 0.3.1 to 1.0.0-update-node-usb-637cc97c6c4ffe4d2e55a1ab56ecd3cc8ee870eb

npm-shrinkwrap.json

6

build/index.js

@@ -9,3 +9,3 @@ "use strict";

// tslint:disable:no-bitwise
const usb = require("@balena.io/usb");
const usb = require("usb");
const _debug = require("debug");

@@ -33,3 +33,3 @@ const events_1 = require("events");

}
const readFile = util_1.promisify(fs_1.readFile);
const readFile = (0, util_1.promisify)(fs_1.readFile);
const debug = _debug('node-raspberrypi-usbboot');

@@ -174,3 +174,3 @@ const POLLING_INTERVAL_MS = 2000;

const isUsbBootCapableUSBDevice$ = (device) => {
return exports.isUsbBootCapableUSBDevice(device.deviceDescriptor.idVendor, device.deviceDescriptor.idProduct);
return (0, exports.isUsbBootCapableUSBDevice)(device.deviceDescriptor.idVendor, device.deviceDescriptor.idProduct);
};

@@ -177,0 +177,0 @@ const isRaspberryPiInMassStorageMode = (device) => {

@@ -7,2 +7,7 @@ # Change Log

# v1.0.0
## (2021-09-30)
* major: Switch to tessel/node-usb [Lorenzo Alberto Maria Ambrosi]
# v0.3.1

@@ -9,0 +14,0 @@ ## (2021-03-29)

{
"name": "node-raspberrypi-usbboot",
"version": "0.3.1",
"version": "1.0.0-update-node-usb-637cc97c6c4ffe4d2e55a1ab56ecd3cc8ee870eb",
"description": "Transforms Raspberry Pi Compute Modules and Zeros to mass storage devices.",

@@ -28,4 +28,4 @@ "main": "build/index.js",

"dependencies": {
"@balena.io/usb": "^1.3.14",
"debug": "^4.1.1"
"debug": "^4.1.1",
"usb": "^1.7.2"
},

@@ -40,3 +40,6 @@ "devDependencies": {

"typescript": "^4.1.2"
},
"versionist": {
"publishedAt": "2021-09-30T14:35:19.730Z"
}
}

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