node-raspberrypi-usbboot
Advanced tools
Comparing version 0.2.1 to 0.2.2-upgrade-node-usb-55ba821d95b1e1ec8bc3885f8359b6456cfe3147
@@ -7,4 +7,8 @@ # Change Log | ||
## 0.2.1 - 2019-03-20 | ||
## 0.2.2 - 2019-03-20 | ||
* Node-usb: Upgrade to v1.3.6 [Juan Cruz Viotti] | ||
## 0.2.1 - 2019-03-19 | ||
* Add noUnusedLocals and noUnusedParameters to tsconfig.json [Alexis Svinartchouk] | ||
@@ -11,0 +15,0 @@ * Poll usb.getDeviceList() every 2 seconds. [Juan Cruz Viotti] |
{ | ||
"name": "node-raspberrypi-usbboot", | ||
"version": "0.2.1", | ||
"version": "0.2.2-upgrade-node-usb-55ba821d95b1e1ec8bc3885f8359b6456cfe3147", | ||
"description": "Transforms Raspberry Pi Compute Modules and Zeros to mass storage devices.", | ||
@@ -31,3 +31,3 @@ "main": "build/index.js", | ||
"debug": "^3.1.0", | ||
"usb": "github:resin-io/node-usb#1.3.5" | ||
"usb": "github:resin-io/node-usb#1.3.6" | ||
}, | ||
@@ -34,0 +34,0 @@ "devDependencies": { |
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
27828441