Socket
Socket
Sign inDemoInstall

when

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

when - npm Package Versions

1
7

3.1.0

Diff

Changelog

Source

3.1.0

cujojs
published 3.0.1 •

Changelog

Source

3.0.1

  • API doc updates and fixes
  • Improvements to unhandled rejection long stack trace filtering
  • Internal performance improvements
cujojs
published 3.0.0 •

Changelog

Source

3.0.0

cujojs
published 2.8.0 •

Changelog

Source

2.8.0

cujojs
published 2.7.1 •

Changelog

Source

2.7.1

  • Internal changes to reduce overall memory usage, along with minor performance improvements.
cujojs
published 2.7.0 •

Changelog

Source

2.7.0

  • Added promise.catch and promise.finally as synonyms for promise.otherwise and promise.ensure. (#212)
  • New browserify build for those using globals. (#209)
  • Added ender support to package.json. (#223)
  • Fix compatibility with PhantomJS's CommonJS module support. (#226)
  • Fix Sauce Labs tests for pull requests. (#216)
  • Added bower.json ignore to trim files installed via bower. (#193)
cujojs
published 2.6.0 •

Changelog

Source

2.6.0

  • New promise.done allows consuming the ultimate value at the end of a promise chain while ensuring that any errors are thrown to the host environment so you get loud stack traces.
  • when/node/function bindCallback and liftCallback now behave more like standard node-style APIs in that they allow exceptions to propagate to the host environment for loud stack traces.
cujojs
published 2.5.1 •

Changelog

Source

2.5.1

  • ensure now ignores non-functions, like then does, for consistency. (#207)
cujojs
published 2.5.0 •

Changelog

Source

2.5.0

cujojs
published 2.4.0 •

Changelog

Source

2.4.0

  • Experimental support for vert.x 2.x. Should now run in vert.x >= 1.1.0.
  • New when.isPromiseLike as the more accurately-named synonym for when.isPromise.
  • DEPRECATED: when.isPromise. It can only tell you that something is "promise-like" (aka "thenable") anyway. Use the new, more accurately-named when.isPromiseLike instead.
  • Fix for promise monitor reporting extra unhandled rejections for when.all and when.map.
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