promise-toolbox
Advanced tools
Comparing version 0.8.1 to 0.8.2
{ | ||
"name": "promise-toolbox", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"license": "ISC", | ||
@@ -41,2 +41,4 @@ "description": "Essential utils for promises", | ||
"babel-preset-stage-0": "^6.22.0", | ||
"babili": "^0.0.11", | ||
"browserify": "^14.1.0", | ||
"cross-env": "^3.1.4", | ||
@@ -51,2 +53,3 @@ "dependency-check": "^2.8.0", | ||
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/", | ||
"postbuild": "browserify -s promiseToolbox dist/index.js | babili > dist/umd.js", | ||
"commitmsg": "npm test", | ||
@@ -53,0 +56,0 @@ "dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/", |
@@ -10,3 +10,3 @@ # promise-toolbox [![Build Status](https://travis-ci.org/JsCommunity/promise-toolbox.png?branch=master)](https://travis-ci.org/JsCommunity/promise-toolbox) | ||
## Install | ||
### Node & [Browserify](http://browserify.org/)/[Webpack](https://webpack.js.org/) | ||
@@ -19,2 +19,10 @@ Installation of the [npm package](https://npmjs.org/package/promise-toolbox): | ||
### Browser | ||
You can directly use the build provided at [unpkg.com](https://unpkg.com): | ||
```html | ||
<script src="https://unpkg.com/promise-toolbox@0.8/dist/umd.js"></script> | ||
``` | ||
## Usage | ||
@@ -21,0 +29,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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
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
154488
7
1683
508
0
12
2
2