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
2
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

1
8

4.1.0

Diff

Changelog

Source

4.1.0 - 2016-12-05

  • waitForConnection feature to wait for rabbitmq server to become available. This is not a reconnect feature.
fred-o
published 4.0.3 •

Changelog

Source

4.0.3 - 2016-12-01

  • Fixed inconsistent backwards compatibility for non-JSON payloads.
fred-o
published 4.0.2 •

fred-o
published 4.0.1 •

Changelog

Source

4.0.1 - 2016-11-28

  • Expose RpcError as an exported class.
fred-o
published 4.0.0 •

Changelog

Source

4.0.0 - 2016-11-18

  • Improved error handling:
    1. RpcBackend.serve() will now serialize errors in a slightly different format, preserving message, code and errno if present in the error object.
    2. Rpc.rpc() will treat any return message that is a JSON object containing an error property as a remote error, resulting in a rejected promise. Previously we didn't care to inspect return messages, so remote errors would still yield fulfilled promises.
fred-o
published 3.0.2 •

Changelog

Source

3.0.2 - 2016-11-08

  • Bug fix: didn't provide backwards compatible promises for rpc()
fred-o
published 3.0.1 •

Changelog

Source

3.0.1 - 2016-11-02

  • Bug fix: didn't support text/plain payloads correctly.
fred-o
published 3.0.0 •

Changelog

Source

3.0.0 - 2016-10-19

  • The underlying amqp library has changed from node-amqp to amqplib. Efforts have been made to keep everything as backwards compatible as possible.
  • Local mode is no longer supported.
  • queue.shift() is no longer supported.
  • Q has been dropped in favor of native promises. As a result, support for promise progress notifications over RPC is no longer supported.
fred-o
published 2.1.0 •

algesten
published 2.0.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