Comparing version 4.2.11 to 4.2.12
{ | ||
"name": "promish", | ||
"version": "4.2.11", | ||
"version": "4.2.12", | ||
"description": "ES6 Promise Shim", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -519,18 +519,16 @@ # Promish | ||
## dist/promish | ||
## dist/promish-bundle | ||
A browserified bundle is included as dist/promish.js (or dist/promish.min.js). | ||
A browserified bundle is included as dist/promish-bundle.js (or dist/promish-bundle.min.js). | ||
The bundle uses (and includes) the es6-promise module in order to produce a browser friendly bundle. | ||
## dist/promish-node | ||
## dist/es6-promish | ||
For node projects that still require older versions of JavaScript (or for including in a different browser bundle), | ||
a node friendly module has also been included. To use, add the following code: | ||
An es5-friendly node-js module has also been included as dist/es6-promish.js (or dist/es6-promish.min.js). | ||
This version of Promish is extended from the es6-promise library | ||
This can be included in your node-js project as follows: | ||
```javascript | ||
var Promish = require('promish/dist/es6-promish'); | ||
var Promish = require('promish/dist/promish-node'); | ||
``` | ||
# Known Issues | ||
@@ -537,0 +535,0 @@ |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
150588
10
2787
3
554
11
5