Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

promise-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise-polyfill - npm Package Versions

1345

7.1.2

Diff

Changelog

Source

7.1.2

  • Fixed bug in Node JS Promise polyfill
taylorhakes
published 7.1.1 •

taylorhakes
published 7.1.0 •

Changelog

Source

7.1.0

  • Added Promise.prototype.finally
taylorhakes
published 7.0.2 •

Changelog

Source

7.0.2

  • Added IE8 compatability back to minify
taylorhakes
published 7.0.1 •

Changelog

Source

7.0.1

  • Fixed a bug in 'catch' keyword in IE8
  • Fixed import error when using require
taylorhakes
published 7.0.0 •

Changelog

Source

7.0.0

  • Updated code to ES6 module definitions (thanks Andarist)
  • Added polyfill.js file
  • move compiled files to dist folder
taylorhakes
published 6.1.0 •

Changelog

Source

6.1.0

  • Bug fix for non-array values in Promise.all()
  • Small optimization checking for making sure Promise is called with new
taylorhakes
published 6.0.2 •

taylorhakes
published 6.0.1 •

taylorhakes
published 6.0.0 •

Changelog

Source

6.0.0 Deprecated Promise._setImmediateFn and Promise._setUnhandledRejectionFn

This allows subclassing Promise without rewriting functions

  • Promise._setImmediateFn(<immediateFn>) has been deprecated. Use Promise._immediateFn = <immediateFn> instead.
  • Promise._setUnhandledRejectionFn(<rejectionFn>) has been deprecated. Use Promise._unhandledRejectionFn = <rejectionFn> instead. These functions will be removed in the next major version.
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