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.2 to 1.13.3-beta1

mctl-v1.13.3-test1.tgz

7

package.json
{
"name": "mctl",
"version": "1.13.2",
"version": "1.13.3-beta1",
"description": "mctl: MicroPython-Ctl command line utility",

@@ -9,4 +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"
}
}

@@ -19,5 +19,5 @@ # `mctl`: Command-line Interface for MicroPython Devices

`mctl` is included in the `micropython-ctl` npm package. As a helper you can also install `mctl` directly:
`mctl` is included in the `micropython-ctl` npm package:
```npm install -g mctl```
```npm install -g micropython-ctl```

@@ -24,0 +24,0 @@ ## Usage

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