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

amqp-as-promised

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqp-as-promised - npm Package Versions

13
8

5.2.3

Diff

Changelog

Source

5.2.3 - 2020-09-28

  • Bug fix: there was an error in the typescript definition for serve()
fred-o
published 5.2.2 •

Changelog

Source

5.2.2 - 2020-07-07

  • Bug fix: the topic argument for exchange() is optional.
    • Any method that accept an exhange or queue name string also accepts an exchange or queue object, respectively.
fred-o
published 5.2.1 •

Changelog

Source

5.2.1 - 2020-05-20

  • Added missing TypeScript definitions for queue.bind()
fred-o
published 5.2.0 •

Changelog

Source

5.2.0 - 2020-05-19

  • Added TypeScript definitions.
fred-o
published 5.1.0 •

Changelog

Source

5.1.0 - 2018-11-30

  • Bug fix: since 2.0 the intention has always been to throw an exception on underlying connection errors. This has not worked properly recently, making error handling hard. This release fixes that.
    • It is now possible to attach a proper event handler to listen to error events.
    • Stopped using new Buffer() in favor of Buffer.from()
    • Dependencies have been updated, to avoid npm audit problems.
fred-o
published 5.0.2 •

Changelog

Source

5.0.2 - 2018-11-29

  • Bug fix: publish() didn't wait for the write buffer to drain.
puzzleboxer
published 5.0.1 •

Changelog

Source

5.0.1 - 2018-08-07

  • Bug fix: publish() didn't reject properly if the client was shutting down.
puzzleboxer
published 5.0.0 •

Changelog

Source

5.0.0 - 2018-07-31

  • Improved shutdown handling.
    • Syntax to access the library has been changed to improve connection management. See Running for details.
fred-o
published 4.2.0 •

Changelog

Source

4.2.0 - 2018-01-30

  • setMaxListeners() on the created channel in order to avoid misleading memory leak warnings.
fred-o
published 4.1.1 •

Changelog

Source

4.1.1 - 2016-12-14

  • Bug fix: publish() returned prematurely if the write buffer was full
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