Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
gulp-html-minifier-terser
Advanced tools
gulp plugin to minify HTML.
Install with npm:
$ npm install --save gulp-html-minifier-terser
Please do not report issues related to HTML parsing and output on this repository. Report those issues to the html-minifier-terser issue tracker.
See the html-minifer-terser docs for all available options.
const gulp = require('gulp');
const htmlmin = require('gulp-html-minifier-terser');
gulp.task('minify', () => {
return gulp.src('src/*.html')
.pipe(htmlmin({ collapseWhitespace: true }))
.pipe(gulp.dest('dist'));
});
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
$ npm install && npm test
(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)
To generate the readme, run the following command:
$ npm install -g verbose/verb#dev verb-generate-readme && verb
Commits | Contributor |
---|---|
41 | shinnn |
20 | jonschlinkert |
11 | doowb |
7 | stevelacy |
2 | TheDancingCode |
1 | cwonrails |
1 | igoradamenko |
1 | oblador |
1 | jdalton |
1 | JoseChirivella14 |
1 | nschloe |
1 | tomByrer |
Jon Schlinkert
Shinnosuke Watanabe
Copyright © 2018, Shinnosuke Watanabe. Released under the MIT License.
This file was generated by verb-generate-readme, v0.6.0, on September 08, 2018.
FAQs
gulp plugin to minify HTML.
The npm package gulp-html-minifier-terser receives a total of 1,532 weekly downloads. As such, gulp-html-minifier-terser popularity was classified as popular.
We found that gulp-html-minifier-terser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.