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

brocolito

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brocolito - npm Package Versions

23
6

4.1.0

Diff

Changelog

Source

[4.1.0] - 2024-09-08

Added

  • Support for completion functions for options and args of type string or file
vluft
published 4.1.0-beta.0 •

vluft
published 4.0.0 •

Changelog

Source

[4.0.0] - 2024-09-08

Fixed

  • Auto-Completion logic was wrongly completing on not yet submitted line args

Added

  • Support for static union typed args and options
  • Support for mandatory options
  • Support for multi options

Changed

  • Arg specification was closer aligned to option specification types
    • .arg("<file:foo>", "...") -> switch name and type: .arg("<foo:file>", "...")
  • Option type e.g. --foo <bar> will now be interpreted as type "bar" instead of string
vluft
published 4.0.0-beta.1 •

vluft
published 4.0.0-beta.0 •

vluft
published 3.0.1 •

Changelog

Source

[3.0.1] - 2024-09-06

Fixed

  • Auto-completion for files was not working properly
vluft
published 3.0.0 •

Changelog

Source

[3.0.0] - 2024-05-02

Changed

  • Migrated to pute ESM build. Stopped using Common JS. You need to add "type": "module" to your package.json file and rerun the build to make everything work again.
    • As of now the package brocolito can still be included in CommonJS CLIs, but brocolito build does not support it any longer.
  • Migration to Eslint v9 when generating a new CLI template.
vluft
published 3.0.0-beta.10 •

vluft
published 3.0.0-beta.9 •

vluft
published 3.0.0-beta.8 •

23
6
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