Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lba-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lba-cli - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

lib/commands/init.d.ts

5

lib/lba.js

@@ -13,2 +13,3 @@ "use strict";

exports.cli = void 0;
const init_1 = require("./commands/init");
const listArduinoPorts_1 = require("./commands/listArduinoPorts");

@@ -20,2 +21,3 @@ const start_1 = require("./commands/start");

init Create a 'config.toml' file in the current directory
listArduinoPorts Display a list of all connected usb ports and their path

@@ -34,2 +36,5 @@ start Connect arduino to iocp/prosim

}
else if (cmd === 'init') {
yield init_1.init();
}
else if (cmd === 'start') {

@@ -36,0 +41,0 @@ yield start_1.start();

2

package.json
{
"name": "lba-cli",
"version": "0.1.3",
"version": "0.2.0",
"author": {

@@ -5,0 +5,0 @@ "name": "Lebronaire"

@@ -0,1 +1,2 @@

import { init } from './commands/init'
import { listArduinoPorts } from './commands/listArduinoPorts';

@@ -8,2 +9,3 @@ import { start } from './commands/start';

init Create a 'config.toml' file in the current directory
listArduinoPorts Display a list of all connected usb ports and their path

@@ -24,2 +26,5 @@ start Connect arduino to iocp/prosim

}
else if (cmd === 'init') {
await init();
}
else if (cmd === 'start') {

@@ -26,0 +31,0 @@ await start();

Sorry, the diff of this file is not supported yet

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