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 1.0.3 to 1.0.4-update-bootcode-0ba3de5a5af8746c4724e3275b04430fcc518978

7

CHANGELOG.md

@@ -7,4 +7,9 @@ # Change Log

# v1.0.4
## (2022-10-20)
* switch from concourse to flowzone [Zane Hitchcox]
# v1.0.3
## (2022-04-21)
## (2022-04-20)

@@ -11,0 +16,0 @@ * update usb [Zane Hitchcox]

20

package.json
{
"name": "node-raspberrypi-usbboot",
"version": "1.0.3",
"version": "1.0.4-update-bootcode-0ba3de5a5af8746c4724e3275b04430fcc518978",
"description": "Transforms Raspberry Pi Compute Modules and Zeros to mass storage devices.",

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

"build": "npm run lint && rimraf build && tsc",
"prepublish": "npm run build"
"prepublish": "npm run build",
"test": "echo 'this is not a test'"
},

@@ -29,16 +30,17 @@ "files": [

"dependencies": {
"debug": "^4.1.1",
"usb": "^2.3.1"
"debug": "^4.3.4",
"usb": "^2.5.2"
},
"devDependencies": {
"@balena/lint": "^5.3.0",
"@types/debug": "^4.1.5",
"@balena/lint": "^6.2.0",
"@types/debug": "^4.1.7",
"@types/node": "^8.10.61",
"node-gyp-build": "^4.5.0",
"rimraf": "^3.0.2",
"ts-node": "^8.10.2",
"typescript": "^4.1.2"
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"versionist": {
"publishedAt": "2022-04-21T13:28:32.335Z"
"publishedAt": "2022-10-20T13:17:39.339Z"
}
}

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