node-raspberrypi-usbboot
Advanced tools
Comparing version 1.0.3 to 1.0.4-update-bootcode-0ba3de5a5af8746c4724e3275b04430fcc518978
@@ -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] |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
Found 1 instance in 1 package
0
28076921
7
25
578
2
16
Updateddebug@^4.3.4
Updatedusb@^2.5.2