htmlclean-cli
Advanced tools
+8
-3
| { | ||
| "name": "htmlclean-cli", | ||
| "version": "1.0.6", | ||
| "version": "1.0.7", | ||
| "title": "htmlclean-cli", | ||
@@ -18,2 +18,7 @@ "description": "Simple and safety HTML/SVG cleaner to minify without changing its structure.", | ||
| "bin" : { "htmlclean" : "./htmlclean-cli.js" }, | ||
| "files": [ | ||
| "htmlclean-cli.js", | ||
| "help.txt", | ||
| "LICENSE-MIT" | ||
| ], | ||
| "engines": { | ||
@@ -23,4 +28,4 @@ "node": ">= 0.8.0" | ||
| "dependencies": { | ||
| "htmlclean": "^3.0.5", | ||
| "commander": "^2.11.0", | ||
| "htmlclean": "^3.0.6", | ||
| "commander": "^2.14.1", | ||
| "glob": "^7.1.2" | ||
@@ -27,0 +32,0 @@ }, |
| { | ||
| "root": true, | ||
| "extends": "../../../../_common/eslintrc.json", | ||
| "env": {"node": true}, | ||
| "rules": { | ||
| "no-process-exit": "off" | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
22146
-67.12%5
-37.5%247
-3.14%Updated
Updated