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

cli-kit

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-kit - npm Package Versions

23
11

2.0.2

Diff

cb1kenobi
published 2.0.1 •

Changelog

Source

v2.0.1 (Jul 6, 2022)

  • fix: Added missing src directory to distribution. Oops.
cb1kenobi
published 2.0.0 •

Changelog

Source

v2.0.0 (Jul 6, 2022)

  • BREAKING CHANGE: Require Node.js 14.15.0 LTS or newer.
  • BREAKING CHANGE: Changed package to a ES module.
  • BREAKING CHANGE: Removed server mode including CLI.connect(), CLI.listen(), and CLI.schema().
  • BREAKING CHANGE: No longer re-export pkg-dir.
  • BREAKING CHANGE: generateHelp() now returns a promise.
  • chore: Updated dependencies.
cb1kenobi
published 1.16.0 •

Changelog

Source

v1.16.0 (Apr 21, 2022)

  • feat: Add support for extension CLIs with multiple exported entrypoints that do not use cli-kit. Fixes #97.
  • chore: Updated dependencies.
cb1kenobi
published 1.15.0 •

Changelog

Source

v1.15.0 (Apr 10, 2022)

  • feat: Moved internal banner value into state object to allow banner to be modified during command execution when autoHideBanner is enabled (default).
  • chore: Updated dependencies.
cb1kenobi
published 1.14.1 •

Changelog

Source

v1.14.1 (Aug 23, 2021)

  • fix: Fixed bug when adding a command using an absolute path to a js file.
  • chore: Minor dependency updates.
cb1kenobi
published 1.14.0 •

Changelog

Source

v1.14.0 (Jul 27, 2021)

  • feat: Added redact flag to arguments and options so advanced implementations can know if an argument/option may contain sensitive information. Redact flag is true by default, but can be set to false in the paramters or prefixing the name with a ~ such as "<~myoption>". Note that option flags (those without a value) default to false since the value is boolean.
  • fix(cli): Added better error when failed to load extension on CLI construction.
  • fix(help): Added error to exec state when help command is invoked with unknown command.
  • fix(parser): Added argument reference to parsed argument.
  • fix(parser): Fixed incomplete input for parsed "extra" arguments, commands, extensions, and arguments.
  • style(help): Render warnings using yellow.
  • chore: Updated dependencies.
cb1kenobi
published 1.13.0 •

Changelog

Source

v1.13.0 (Apr 26, 2021)

  • feat(help): Added required options to usage on help screen.
  • feat(ansi): Added trim(), trimStart(), and trimEnd() functions.
  • fix(help): Pass styles as well as header and footer content when rendering help template on demand via help().
  • fix(cli): Moved help parameter from Command to Context so that CLI can render custom help content.
  • build: Improved watch task to not hang on a lint or build error.
  • chore: Updated dev dependencies.
cb1kenobi
published 1.12.0 •

Changelog

Source

v1.12.0 (Apr 15, 2021)

  • feat(extension): Allow extension exports values in its package.json to be the main path.
  • fix(command): Fixed regression introduced when fixing the custom help content for extensions.
cb1kenobi
published 1.11.4 •

Changelog

Source

v1.11.4 (Apr 15, 2021)

  • fix(command): Fixed custom help content for extensions.
23
11
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