Socket
Socket
Sign inDemoInstall

rap-esp32

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rap-esp32 - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

2

package.json
{
"name": "rap-esp32",
"version": "0.4.8",
"version": "0.4.9",
"description": "Rap extension for esp32",

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

@@ -5,4 +5,10 @@ # Rap extension for esp32

It is dependent on Rap extension (plug-in) mechanism, to customize board-specific rap subcommands. This rap extension customize two sub commands `rap deploy` and `rap system`.
It is dependent on Rap extension (plug-in) mechanism, to customize board-specific rap subcommands. This rap extension customize the following sub commands.
- `rap deploy`: deploy Ruff Application to ESP32 board flash
- `rap system`
- `rap system erase`: erase ESP32 board flash
- `rap system upgrade`: flash Ruff OS firmware to ESP32 board flash
- `rap log`: print system and application logs
The project can be referenced by package.json of Ruff board project. For example, below is [esp32-air-v40](https://github.com/ruff-drivers/esp32-air-v40) board package.json.

@@ -21,3 +27,4 @@

"dependencies": {
"led-gpio": "^2.0.0"
"led-gpio": "^3.0.0",
"esp32-wifi": "^0.1.0"
}

@@ -24,0 +31,0 @@ }

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