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.1 to 4.0.2

4

package.json
{
"name": "promise-polyfill",
"version": "4.0.1",
"version": "4.0.2",
"description": "Lightweight promise polyfill. A+ compliant",
"main": "Promise.js",
"main": "promise.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "eslint promise.js && mocha && karma start --single-run",

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

## Simple use
```
```js
var prom = new Promise(function(resolve, reject) {

@@ -41,0 +41,0 @@ // do a thing, possibly async, then…

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