Gathering detailed insights and metrics for gulp-html-minifier-terser
Gathering detailed insights and metrics for gulp-html-minifier-terser
Gathering detailed insights and metrics for gulp-html-minifier-terser
Gathering detailed insights and metrics for gulp-html-minifier-terser
npm install gulp-html-minifier-terser
Typescript
Module System
Min. Node Version
Node Version
NPM Version
69.3
Supply Chain
94.8
Quality
74.5
Maintenance
100
Vulnerability
100
License
HTML (72.27%)
JavaScript (27.73%)
Total Downloads
447,973
Last Day
136
Last Week
2,762
Last Month
11,921
Last Year
114,406
MIT License
19 Stars
114 Commits
1 Forks
2 Watchers
2 Branches
2 Contributors
Updated on Mar 22, 2025
Minified
Minified + Gzipped
Latest Version
7.1.0
Package Id
gulp-html-minifier-terser@7.1.0
Unpacked Size
7.47 kB
Size
3.00 kB
File Count
4
NPM Version
9.1.3
Node Version
19.2.0
Cumulative downloads
Total Downloads
Last Day
1.5%
136
Compared to previous day
Last Week
4.2%
2,762
Compared to previous week
Last Month
-3.5%
11,921
Compared to previous month
Last Year
122.7%
114,406
Compared to previous year
3
4
gulp plugin to minify HTML.
Install with npm:
1$ 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.
1const gulp = require('gulp'); 2const htmlmin = require('gulp-html-minifier-terser'); 3 4gulp.task('minify', () => { 5 return gulp.src('src/*.html') 6 .pipe(htmlmin({ collapseWhitespace: true })) 7 .pipe(gulp.dest('dist')); 8});
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:
1$ 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:
1$ 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.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 1/29 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More