Socket
Socket
Sign inDemoInstall

moleculer-repl

Package Overview
Dependencies
75
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

0.7.4

Diff

icebob
published 0.7.3 •

Changelog

Source

0.7.3 (2022-10-06)

Changes

  • add --$local option to call #66

<a name="0.7.2"></a>

icebob
published 0.7.2 •

Changelog

Source

0.7.2 (2022-08-13)

Changes

  • add REPL history #64

<a name="0.7.1"></a>

icebob
published 0.7.1 •

Changelog

Source

0.7.1 (2022-05-19)

Changes

  • rewritten types #62. Typescript users need it for Moleculer >=v0.14.20.
  • add --loadFull to call command #61
  • alias array supported #59

<a name="0.7.0"></a>

icebob
published 0.7.0 •

Changelog

Source

0.7.0 (2022-01-08)

icebob
published 0.6.6 •

Changelog

Source

0.6.6 (2021-06-27)

Changes

  • add cache keys & cache clear commands.

<a name="0.6.5"></a>

icebob
published 0.6.5 •

Changelog

Source

0.6.5 (2021-05-20)

Changes

  • improve info packet to show metrics reporter and tracing exporter.
  • fix 'actions' command separation.

<a name="0.6.4"></a>

icebob
published 0.6.4 •

Changelog

Source

0.6.4 (2020-04-09)

Setting meta keys for call, dcall, emit & broadcast commands

To set meta keys, use # prefix for arguments.

moleculer λ call greeter.echo --a 5 --#b 3
>> Response:
{ params: { a: 5 }, meta: { b: 3, '$repl': true } }

Changes

  • update deps & audit fix
  • remove console log

<a name="0.6.3"></a>

icebob
published 0.6.3 •

Changelog

Source

0.6.3 (2020-02-24)

Changes

  • add autocomplete to dcall.
  • return vorpal instance in broker.repl().
  • fix metrics execution if metrics is disabled.

<a name="0.6.2"></a>

icebob
published 0.6.2 •

Changelog

Source

0.6.2 (2019-12-15)

Changes

  • change chalk to kleur.
  • fix middleware printing in info command.
  • new metrics command for Moleculer v0.14.
  • filtering in services command considers the service version.
  • update dependencies

<a name="0.6.1"></a>

23Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc