New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

htmlclean-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmlclean-cli - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+2
-2
htmlclean-cli.js

@@ -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 @@ });

{
"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.",