Socket
Socket
Sign inDemoInstall

mctl

Package Overview
Dependencies
131
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.13.4 to 1.13.5-beta2

2

index.ts

@@ -514,3 +514,2 @@ #!/usr/bin/env node

await micropython.reset({ softReset: !!cmdObj.soft }) // cannot await result because it's restarting and we loose the connection
await delayMillis(500)
process.exit(0)

@@ -786,2 +785,3 @@ }

.command('reset')
.alias('reboot')
.option('--soft', 'soft-reset instead of hard-reset')

@@ -788,0 +788,0 @@ .description('Reset the MicroPython device')

{
"name": "mctl",
"version": "1.13.4",
"version": "1.13.5-beta2",
"description": "mctl: MicroPython-Ctl command line utility",

@@ -9,7 +9,7 @@ "repository": "https://github.com/metachris/micropython-ctl/tree/master/cli",

"dependencies": {
"micropython-ctl": "latest"
"micropython-ctl": "beta"
},
"bin": {
"mctl": "./node_modules/.bin/mctl"
"mctl": "./node_modules/micropython-ctl/dist-node/cli/index.js"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc