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

nestjs-console

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-console - npm Package Versions

2345

9.0.0

Diff

Changelog

Source

[9.0.0] - 2023-07-15

Changed

  • Support nestjs v10
  • Support commander v11
  • Update dependencies
  • Remove Ora from dependencies and helpers
  • Revert node engine in the runtime requirements to minimum version node v16 (required by commander v11)
pop-code
published 8.0.0 •

Changelog

Source

[8.0.0] - 2022-07-28

Changed

  • Support nestjs v9
pop-code
published 7.0.1 •

Changelog

Source

[7.0.1] - 2021-11-25

Changed

  • Add commander version as direct dependency
  • Update dependencies
  • Remove node engine from the runtime requirements
pop-code
published 7.0.0 •

Changelog

Source

[7.0.0] - 2021-07-28

BREAKING CHANGE

  • Migrate to commander v8.1.0.
pop-code
published 6.0.0 •

Changelog

Source

[6.0.0] - 2021-07-09

BREAKING CHANGE

  • Migrate to nestjs v8.0.0. Thanks to @Minishlink
pop-code
published 5.0.1 •

Changelog

Source

[5.0.1] - 2021-04-13

BREAKING CHANGE

  • Signature of @Console decorator has been updated.
    ConsoleOptions has been replaced by CreateCommandOptions, to update from ^4.0.0 you simply have to change property name by command.
    eg: @Console({name: "myCommand"}) => @Console({command: "myCommand"})
  • Command handler signature has changed. Options are now passed to the handler. See the command handler signature for more details
  • Commander@< 7.2.0 is not any more supported. Please upgrade to latest version npm install commander@^7.2.0 or using yarn yarn add commander@^7.2.0
  • The helper formatResponse has been removed

Changed

  • Update tests
  • Remove calls to command.exitOverride() to simplify code
  • Native errors handling with commander
  • update docs
  • update dependencies
  • Update to work with commander@7.2.0

Added

  • All commands and sub commands are stored in the ConsoleService and can be found using the ConsoleService.getCommand(name: string). Name is a command path separated by dots. eg: parent.command.subcommand
  • Sub commands can now be registered on other subCommand without any args. If a parent command define options, they can be retrieved using command.parent.opts() inside the executed subCommand. This allow you to create group of command with global options based on parent options

Fixed

  • fix #302
pop-code
published 5.0.0 •

pop-code
published 4.0.0 •

Changelog

Source

[4.0.0] - 2020-10-16

BREAKING CHANGE

  • Remove Pretiier format helpers and use JSON.stringify instead to reduce package size.

Changed

  • update dependencies
  • update docs
pop-code
published 3.1.2 •

pop-code
published 3.1.1 •

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