@node-minify/core
Advanced tools
Comparing version 4.0.0-beta.7 to 4.0.0
{ | ||
"name": "@node-minify/core", | ||
"version": "4.0.0-beta.7", | ||
"version": "4.0.0", | ||
"description": "core of @node-minify", | ||
@@ -35,6 +35,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@node-minify/utils": "^4.0.0", | ||
"glob": "7.1.3", | ||
"mkdirp": "0.5.1" | ||
}, | ||
"gitHead": "1d60a31814e4690328a4c9f3c9cc49bc0f0ed656" | ||
"gitHead": "a41a2f05fae9beeece430f6ea36da9ac330bfd26" | ||
} |
@@ -28,6 +28,6 @@ <p align="center"><img src="/static/node-minify.png" width="348" alt="node-minify"></p> | ||
```js | ||
const compressor = require('@node-minify/core'); | ||
const minify = require('@node-minify/core'); | ||
const uglifyJS = require('@node-minify/uglify-js'); | ||
compressor.minify({ | ||
minify({ | ||
compressor: uglifyJS, | ||
@@ -34,0 +34,0 @@ input: 'foo.js', |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13050
0
3
+ Added@node-minify/utils@^4.0.0
+ Added@node-minify/utils@4.1.2(transitive)
+ Addedduplexer@0.1.2(transitive)
+ Addedgzip-size@5.1.1(transitive)
+ Addedpify@4.0.1(transitive)