Socket
Socket
Sign inDemoInstall

es6-promise

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-promise - npm Package Versions

124

3.1.2

Diff

Changelog

Source

3.1.2

  • fix node detection issues with NWJS/electron
stefanpenner
published 3.0.2 •

Changelog

Source

3.0.2

  • correctly bump both bower and package.json versions
stefanpenner
published 3.0.1 •

Changelog

Source

3.0.1

  • no longer include dist/test in npm releases
stefanpenner
published 3.0.0 •

Changelog

Source

3.0.0

  • use nextTick() instead of setImmediate() to schedule microtasks with node 0.10. Later versions of nodes are not affected as they were already using nextTick(). Note that using nextTick() might trigger a depreciation warning on 0.10 as described at https://github.com/cujojs/when/issues/410. The reason why nextTick() is preferred is that is setImmediate() would schedule a macrotask instead of a microtask and might result in a different scheduling. If needed you can revert to the former behavior as follow:

    var Promise = require('es6-promise').Promise; Promise._setScheduler(setImmediate);

jaffathecake
published 2.3.0 •

Changelog

Source

2.3.0

  • #121: Ability to override the internal asap implementation
  • #120: Use an ascii character for an apostrophe, for source maps
jaffathecake
published 2.2.0 •

Changelog

Source

2.2.0

  • #116: Expose asap() and a way to override the scheduling mechanism on Promise
  • Lock to v0.2.3 of ember-cli
jaffathecake
published 2.1.1 •

Changelog

Source

2.1.1

  • Fix #100 via #105: tell browserify to ignore vertx require
  • Fix #101 via #102: "follow thenable state, not own state"
jaffathecake
published 2.1.0 •

Changelog

Source

2.1.0

  • #59: Automatic polyfill. No need to invoke ES6Promise.polyfill() anymore.
  • ... (see the commit log)
jaffathecake
published 2.0.1 •

jaffathecake
published 2.0.0 •

Changelog

Source

2.0.0

  • re-sync with RSVP. Many large performance improvements and bugfixes.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc