Gathering detailed insights and metrics for tonix-gulp-html-autoprefixer
Gathering detailed insights and metrics for tonix-gulp-html-autoprefixer
Gathering detailed insights and metrics for tonix-gulp-html-autoprefixer
Gathering detailed insights and metrics for tonix-gulp-html-autoprefixer
Gulp plugin to Autoprefix all CSS inside an html page - CSS inside style tags and inside style attributes. Uses html-autoprefixer under the hood.
npm install tonix-gulp-html-autoprefixer
Typescript
Module System
Node Version
NPM Version
28.1
Supply Chain
48.9
Quality
67.5
Maintenance
50
Vulnerability
94.1
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
13 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Sep 29, 2020
Minified
Minified + Gzipped
Latest Version
1.3.0
Package Id
tonix-gulp-html-autoprefixer@1.3.0
Unpacked Size
22.01 kB
Size
20.89 kB
File Count
4
NPM Version
6.14.8
Node Version
12.18.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This package is a fork of the original gulp-html-autoprefixer repo.
This fork comes with updated NPM packages.
The original README.md follows below this paragraph.
Gulp plugin to Autoprefix all CSS inside an html page - CSS inside style tags and inside style attributes. Uses html-autoprefixer under the hood.
1var gulp = require("gulp"); 2var htmlAutoprefixer = require("gulp-html-autoprefixer"); 3 4gulp.task("html-autoprefix", function () { 5 return gulp 6 .src("./path/to/index-or-other.html") 7 .pipe(htmlAutoprefixer()) 8 .pipe(gulp.dest("dist")); 9});
npm install gulp-html-autoprefixer --save-dev
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/13 approved changesets -- score normalized to 0
Reason
no SAST tool detected
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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
26 existing vulnerabilities detected
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