htmlclean-cli
Advanced tools
+2
-2
@@ -20,3 +20,3 @@ #!/usr/bin/env node | ||
| packageInfo = require('../package.json'), | ||
| packageInfo = require('./package'), | ||
| options = {protect: [], unprotect: []}, | ||
@@ -212,3 +212,3 @@ count = 0, | ||
| .on('--help', function() { | ||
| console.log(fs.readFileSync(pathUtil.join(__dirname, '/help.txt'), {encoding: 'utf8'}) + | ||
| console.log(fs.readFileSync(pathUtil.join(__dirname, 'help.txt'), {encoding: 'utf8'}) + | ||
| (process.platform !== 'win32' ? '\n' : '')); | ||
@@ -215,0 +215,0 @@ }); |
+1
-1
| { | ||
| "name": "htmlclean-cli", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "title": "htmlclean-cli", | ||
@@ -5,0 +5,0 @@ "description": "Simple and safety HTML/SVG cleaner to minify without changing its structure.", |
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
67317
-0.01%