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

@bleed-believer/commander

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bleed-believer/commander - npm Package Compare versions

Comparing version 0.10.4 to 0.11.0

dist/argv-parser/argv-parser.d.ts

13

package.json
{
"name": "@bleed-believer/commander",
"version": "0.10.4",
"version": "0.11.0",
"description": "Create CLI with routing using classes and decorators.",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"files": [

@@ -13,4 +13,3 @@ "dist"

".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
"import": "./dist/index.js"
}

@@ -42,5 +41,5 @@ },

"dependencies": {
"@bleed-believer/meta": "^0.10.3"
"@bleed-believer/meta": "^0.11.0"
},
"gitHead": "ad190075bfd985fa27271f652e397da515398292"
"gitHead": "59204f73a0ab707323e6da3e12c06854c27a4a50"
}
# @bleed-believer/commander
A package to create CLI applications using decorators. Provides mechanisms to implement routing for large command applications, and parses the arguments given by the user or another program.
Now this package is compatible with __CommonJS__ and __ECMAScript Modules__.
## Disclaimer
Since __ESM__ hs been heavely adopted by the whole `node.js` community (including transpilers, unit testing, and many other libraries), the __CJS__ support has been removed. If you still needs the __CJS__ compatibility, please use [this version](https://www.npmjs.com/package/@bleed-believer/commander/v/0.10.4) or earlier.
## Installation
Simply execute this command at the root of your project directory:

@@ -10,0 +9,0 @@ ```shell

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