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

1
11

1.8.8

Diff

Changelog

Source

v1.8.8 (Nov 14, 2020)

  • fix(cli): Force banner to be rendered on error.
  • fix(cli): Render banner, but don't fire the banner hook on error.
cb1kenobi
published 1.8.7 •

Changelog

Source

v1.8.7 (Nov 14, 2020)

  • fix(cli): Fixed banner hook from being fired more than once.
cb1kenobi
published 1.8.6 •

Changelog

Source

v1.8.6 (Nov 13, 2020)

  • fix(cli): Fixed banner from being displayed more than once.
cb1kenobi
published 1.8.5 •

Changelog

Source

v1.8.5 (Nov 11, 2020)

  • fix(extension): Removed node-pty support since it has never worked properly. On Windows, it would clear the screen and cause the parent to never exit. On macOS, it would not allow child processes to prompt for input.
  • fix(extension): Switched non-cli-kit based extensions to be required()'d instead of spawned.
  • chore: Updated dependencies.
cb1kenobi
published 1.8.4 •

Changelog

Source

v1.8.4 (Nov 10, 2020)

  • fix(cli): Fixed rendering of banner if autoHideBanner is disabled.
  • refactor(cli): Switched the banner event to a hook to allow banner event handlers to tie into the banner event before and after the banner is rendered.
  • chore: Updated dependencies.
cb1kenobi
published 1.8.3 •

Changelog

Source

v1.8.3 (Nov 6, 2020)

  • fix(cli): Unify arguments to the banner event handler.
  • style(help): Align descriptions based on longest command, argument, and option label.
  • style(help): Removed = between option label and value.
  • chore: Updated dependencies.
cb1kenobi
published 1.8.2 •

Changelog

Source

v1.8.2 (Aug 26, 2020)

  • fix(parser): Fixed bug where context tree rev change was not updating the local rev before re-parsing causing unnecessary nested re-parses.
cb1kenobi
published 1.8.1 •

Changelog

Source

v1.8.1 (Aug 26, 2020)

  • fix(parser): Fixed bug where if the context tree changed, the last argument would never be re-parsed.
cb1kenobi
published 1.8.0 •

Changelog

Source

v1.8.0 (Aug 25, 2020)

  • feat(parser): Added finalize event hook that is emitted before applying defaults and filling argv and _.
  • feat(parser): Added data and parser to parse event payload and all argument and option callbacks.
  • feat(parser): Fire argument and option callbacks for every argument and option across all contexts even if they're not discovered. This allows programs to dynamically resolve default values or alter the context tree.
  • feat(command): Added callback parameter that is fired as soon as the parser finds the command.
  • refactor(parser): Parser now extends a HookEmitter and is linked to the CLI instance to decouple the CLI from the Parser.
  • refactor(parser): Moved default value initialization and populating argv and _ to end of parser chain so that option callbacks have the ability to modify the contexts and continue parsing.
  • fix(keys): Fixed generateKey() to support multiple sequential escape sequences.
  • chore: Updated dependencies.
  • test(keys): Added unit tests for generateKey().
cb1kenobi
published 1.7.0 •

Changelog

Source

v1.7.0 (Aug 13, 2020)

  • feat(ansi): Added ansi.split() to break a string up by ANSI escape sequences.
  • feat(ansi): Added ansi.toLowerCase() and ansi.toUpperCase().
  • chore: Updated dependencies.
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