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

smqp

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smqp - npm Package Versions

1
8

6.2.0

Diff

paed01
published 7.0.2 •

paed01
published 7.0.1 •

paed01
published 7.0.0 •

Changelog

Source

7.0.0

  • Turn into module with exports for node
  • Rename symbol declarations for no reason at all
paed01
published 6.1.0 •

Changelog

Source

6.1.0

  • Minor performance tweek by prototyping routing key patterns
  • Stop building node 12
  • Lint some
paed01
published 6.0.0 •

Changelog

Source

6.0.0

Breaking

  • Message functions ack, nack, and reject, if deconstructed, must be called with call or apply since they are no longer bound to instance. Sacrificed in the name of performance, sorry about that
  • Internal Message function consume is renamed to _consume
  • Internal and/or undocumented functions are renamed and decorated with underscore, some where even - highly unnecessary - Symbols
  • exchange.bind renamed to exchange.bindQueue to mitigate JavaScript confusion
  • consequentely the exchange.unbind function is renamed to exchange.unbindQueue
  • broker.cancel(consumerTag) signature changed to broker.cancel(consumerTag[, requeue = true]). This breaks current behaviour for ack consumers, i.e. messages waiting for ack will be requeued by default if the consumer is cancelled. For some reason they were requeued in the previous version, even though nackAll was called? For no-ack consumers this won't have an affect at all

Additions

  • *.get() returns false if no message was retrieved

Fixes

  • Fix inconsistent cancel consumer behaviour between broker, queue, and consumer
paed01
published 5.1.3 •

Changelog

Source

5.1.3

  • minor, probably futile, tweaks
paed01
published 5.1.2 •

Changelog

Source

5.1.2

  • give a hint of which Queue throws circular JSON when getting state
paed01
published 5.1.1 •

Changelog

Source

5.1.1

  • no side effects
paed01
published 5.1.0 •

Changelog

Source

5.1.0

Slimmer state

  • Add argument to getState that tells the broker to only return stuff that actually has content, i.e. messages and undelivered exchange messages
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