New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

commands-manager

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commands-manager - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/cli.js

17

package.json
{
"name": "commands-manager",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -13,14 +13,14 @@ "type": "module",

},
"main": "index.js",
"main": "dist/index.js",
"files": [
"index.js",
"lib"
"dist"
],
"bin": {
"commands-manager": "cli.js",
"comgr": "cli.js",
"cmgr": "cli.js"
"commands-manager": "dist/cli.js",
"comgr": "dist/cli.js",
"cmgr": "dist/cli.js"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
"bili": "^5.0.5",
"jest": "^27.3.1",

@@ -31,3 +31,4 @@ "prettier": "^2.5.1"

"prettify": "prettier --write .",
"test": "jest"
"test": "jest",
"bl": "bili"
},

@@ -34,0 +35,0 @@ "dependencies": {

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

# commands-manager
# commands-manager [![NPM version][npm-image]][npm-url]

@@ -79,1 +79,9 @@ > Brings the command line experience to the new level by grouping and running commands like a boss.

-h, --help Display this message
## License
MIT © [Rushan Alyautdinov](https://github.com/akgondber)
[npm-image]: https://badge.fury.io/js/commands-manager.svg
[npm-url]: https://npmjs.org/package/commands-manager
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