Socket
Socket
Sign inDemoInstall

q

Package Overview
Dependencies
0
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
8Next

1.5.1

Diff

Changelog

Source

1.5.1

  • Q.any now annotates its error message to clarify that Q.any was involved and includes only the last error emitted. (Ivan Etchart)
  • Avoid domain.dispose during tests in preparation for Node.js 9. (Anna Henningsen)
kriskowal
published 1.5.0 •

Changelog

Source

1.5.0

  • Q.any gives an error message from the last rejected promise
  • Throw if callback supplied to "finally" is invalid (@grahamrhay)
  • Long stack trace improvements, can now construct long stack traces across rethrows.
kriskowal
published 1.4.1 •

Changelog

Source

1.4.1

  • Address an issue that prevented Q from being used as a <script> for Firefox add-ons. Q can now be used in any environment that provides window or self globals, favoring window since add-ons have an an immutable self that is distinct from window.
kriskowal
published 1.4.0 •

Changelog

Source

1.4.0

  • Add noConflict support for use in <script> (@jahnjw).
kriskowal
published 1.3.0 •

Changelog

Source

1.3.0

  • Add tracking for unhandled and handled rejections in Node.js (@benjamingr).
kriskowal
published 1.2.1 •

Changelog

Source

1.2.1

  • Fix Node.js environment detection for modern Browserify (@kahnjw).
kriskowal
published 1.2.0 •

Changelog

Source

1.2.0

  • Added Q.any(promisesArray) method (@vergara). Returns a promise fulfilled with the value of the first resolved promise in promisesArray. If all promises in promisesArray are rejected, it returns a rejected promise.
kriskowal
published 2.0.3 •

kriskowal
published 1.1.2 •

Changelog

Source

1.1.2

  • Removed extraneous files from the npm package by using the "files" whitelist in package.json instead of the .npmignore blacklist. (@anton-rudeshko)
kriskowal
published 1.1.1 •

Changelog

Source

1.1.1

  • Fix a pair of regressions in bootstrapping, one which precluded WebWorker support, and another that precluded support in <script> usage outright. #607
2345
8Next
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