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 Compare versions

Comparing version 4.0.2 to 4.0.3

2

package.json
{
"name": "promise-polyfill",
"version": "4.0.2",
"version": "4.0.3",
"description": "Lightweight promise polyfill. A+ compliant",

@@ -5,0 +5,0 @@ "main": "promise.js",

@@ -25,4 +25,4 @@ <a href="http://promises-aplus.github.com/promises-spec">

- [Promise](https://raw.github.com/taylorhakes/promise-polyfill/master/Promise.js)
- [Promise-min](https://raw.github.com/taylorhakes/promise-polyfill/master/Promise.min.js)
- [Promise](https://raw.github.com/taylorhakes/promise-polyfill/master/promise.js)
- [Promise-min](https://raw.github.com/taylorhakes/promise-polyfill/master/promise.min.js)

@@ -67,3 +67,3 @@ ### Node

var setAsap = require('setasap');
Promise._setImmedateFn(setAsap);
Promise._setImmediateFn(setAsap);
```

@@ -70,0 +70,0 @@

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