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.2.6 to 0.2.7-fix-usb-module-name-a5fe9e7f826e2efedb3199ceb044c5e0dce840e9

2

build/index.js

@@ -16,2 +16,3 @@ "use strict";

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

@@ -22,3 +23,2 @@ const _debug = require("debug");

const Path = require("path");
const usb = require("usb");
const readFile = bluebird_1.promisify(fs_1.readFile);

@@ -25,0 +25,0 @@ const debug = _debug('node-raspberrypi-usbboot');

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

## 0.2.7 - 2019-10-15
* Import @balena.io/usb instead of usb [Alexis Svinartchouk]
## 0.2.6 - 2019-10-15

@@ -9,0 +13,0 @@

{
"name": "node-raspberrypi-usbboot",
"version": "0.2.6",
"version": "0.2.7-fix-usb-module-name-a5fe9e7f826e2efedb3199ceb044c5e0dce840e9",
"description": "Transforms Raspberry Pi Compute Modules and Zeros to mass storage devices.",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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