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.3 to 0.4.4

2

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

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

@@ -58,3 +58,6 @@ 'use strict';

arglst = arglst.replaceItem('__PORT__', '/dev/cu.SLAB_USBtoUART');
case 'win':
// TODO: support to configure port outside
case 'linux':
arglst = arglst.replaceItem('__PORT__', '/dev/ttyUSB0');
case 'win32':
arglst = arglst.replaceItem('__PORT__', 'COM1');

@@ -61,0 +64,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