Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "mnfy", | ||
"description": "minify HTML/CSS/JS in a child process with caching", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
@@ -9,9 +9,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"clean-css": "3", | ||
"html-minifier": "0", | ||
"lazyrequire": "1", | ||
"clean-css": "^3.4.4", | ||
"html-minifier": "^0.7.2", | ||
"lazyrequire": "^1.2.1", | ||
"mkdirp": "0", | ||
"mz": "^2.0.0", | ||
"slave": "1", | ||
"uglify-js": "2" | ||
"slave": "^1.2.2", | ||
"uglify-js": "^2.4.24" | ||
}, | ||
@@ -18,0 +18,0 @@ "devDependencies": { |
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
6755
+ Addedclean-css@3.1.9(transitive)
+ Addedcli@0.6.6(transitive)
+ Addedcommander@2.6.0(transitive)
+ Addedconcat-stream@1.4.11(transitive)
+ Addedglob@3.2.11(transitive)
+ Addedhtml-minifier@0.7.2(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedlru-cache@2.7.3(transitive)
+ Addedminimatch@0.3.0(transitive)
+ Addedreadable-stream@1.1.14(transitive)
+ Addedsigmund@1.0.1(transitive)
+ Addedsource-map@0.1.43(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcli@0.10.0(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedconcat-stream@1.5.2(transitive)
- Removedglob@5.0.15(transitive)
- Removedhtml-minifier@0.8.0(transitive)
- Removedinflight@1.0.6(transitive)
- Removedisarray@1.0.0(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedprocess-nextick-args@1.0.7(transitive)
- Removedreadable-stream@2.0.6(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedclean-css@^3.4.4
Updatedhtml-minifier@^0.7.2
Updatedlazyrequire@^1.2.1
Updatedslave@^1.2.2
Updateduglify-js@^2.4.24