Gathering detailed insights and metrics for gulp-htmlmin
Gathering detailed insights and metrics for gulp-htmlmin
npm install gulp-htmlmin
Typescript
Module System
Min. Node Version
Node Version
NPM Version
HTML (72.47%)
JavaScript (27.53%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
30,057,904
Last Day
12,735
Last Week
54,482
Last Month
261,846
Last Year
3,531,658
725 Stars
95 Commits
57 Forks
14 Watching
2 Branches
13 Contributors
Minified
Minified + Gzipped
Latest Version
5.0.1
Package Id
gulp-htmlmin@5.0.1
Size
3.07 kB
NPM Version
6.4.1
Node Version
10.10.0
Publised On
08 Sept 2018
Cumulative downloads
Total Downloads
Last day
-19.2%
12,735
Compared to previous day
Last week
-26.8%
54,482
Compared to previous week
Last month
3.7%
261,846
Compared to previous month
Last year
-3.2%
3,531,658
Compared to previous year
3
4
gulp plugin to minify HTML.
Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your :heart: and support.
Install with npm:
1$ npm install --save gulp-htmlmin
Please do not report issues related to HTML parsing and output on this repository. Report those issues to the html-minifier issue tracker.
See the html-minifer docs for all available options.
1const gulp = require('gulp'); 2const htmlmin = require('gulp-htmlmin'); 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 binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 5/25 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
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