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
HTML (72.27%)
JavaScript (27.73%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
408,067
Last Day
20
Last Week
20
Last Month
7,624
Last Year
89,347
18 Stars
114 Commits
1 Forks
3 Watching
2 Branches
2 Contributors
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
0%
20
Compared to previous day
Last week
-98.9%
20
Compared to previous week
Last month
-12.7%
7,624
Compared to previous month
Last year
84.4%
89,347
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
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 1/29 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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-01-27
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