promise-polyfill
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"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… |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20757
0