Socket
Socket
Sign inDemoInstall

rascal

Package Overview
Dependencies
Maintainers
4
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rascal - npm Package Versions

1
19

14.4.1

Diff

Changelog

Source

14.4.1

  • Bump dependencies / fix audit warnings
  • Fix busy publisher example to consistenly use regular channels - See https://github.com/onebeyond/rascal/issues/194
guidesmiths_bot
published 14.4.0 •

Changelog

Source

14.4.0

  • Report validation error when no vhosts are specified - See https://github.com/onebeyond/rascal/issues/181
guidesmiths_bot
published 14.3.0 •

Changelog

Source

14.3.0

  • Clone config instead of freezing it so buffers will work - See https://github.com/onebeyond/rascal/issues/92
guidesmiths_bot
published 14.2.1 •

Changelog

Source

14.2.1

  • Fix schema bug
guidesmiths_bot
published 14.2.0 •

Changelog

Source

14.2.0

  • Add json schema (lib/config/schema.json) - See https://github.com/onebeyond/rascal/issues/168
guidesmiths_bot
published 14.1.0 •

Changelog

Source

14.1.0

  • Adds support for custom user agents - See https://github.com/onebeyond/rascal/issues/170
guidesmiths_bot
published 14.0.1 •

Changelog

Source

14.0.1

  • Fixes https://github.com/onebeyond/rascal/issues/178
guidesmiths_bot
published 14.0.0 •

Changelog

Source

14.0.0

  • Rather than waiting an arbitrary time for channels to close when cancelling a subscription, Rascal now waits until any outstanding messages have been acknowledged. By default, Rascal will wait indefinitely, but this behaviour can be overriden by specifying a subscription.closeTimeout. If the timeout is exceeded following a direct call to broker.unsubscribeAll or subscription.cancel then an error will be yielded. If the timeout is exceeded following an indirect call to subscription.cancel (e.g. by broker.shutdown) then an error will be emitted but the operation will be allowed to continue.
  • Messages which cannot be recovered by the republish or forward strategies are nacked resulting in message loss unless a dead letter is configured.
guidesmiths_bot
published 13.1.3 •

Changelog

Source

13.1.3

  • Fixed minor memory leak in recovery strategy loop
  • Move to prettier
  • Remove unnecessary eslint install from github
guidesmiths_bot
published 13.1.2 •

Changelog

Source

13.1.2

  • Fixed various issues when queue names contained period characters. Reported in https://github.com/onebeyond/rascal/issues/166
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