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.0.8 to 0.0.9-build-before-publishing-229715fc389d617834ddb00a7009ff4cb10e4770

build/index.d.ts

4

CHANGELOG.md

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

## v0.0.9 - 2018-10-10
* Build before publishing [Alexis Svinartchouk]
## v0.0.8 - 2018-10-10

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

6

package.json
{
"name": "node-raspberrypi-usbboot",
"version": "0.0.8",
"version": "0.0.9-build-before-publishing-229715fc389d617834ddb00a7009ff4cb10e4770",
"description": "Transforms Raspberry Pi Compute Modules and Zeros to mass storage devices.",

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

"lint": "resin-lint --typescript lib/*.ts typings/**/*.d.ts",
"build": "npm run lint && tsc"
"build": "npm run lint && rimraf build && tsc",
"prepublish": "npm run build"
},

@@ -35,2 +36,3 @@ "files": [

"resin-lint": "^1.5.7",
"rimraf": "^2.6.2",
"ts-node": "^6.0.3",

@@ -37,0 +39,0 @@ "typescript": "^2.9.1"

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