Gathering detailed insights and metrics for postcss-normalize-url
Gathering detailed insights and metrics for postcss-normalize-url
Gathering detailed insights and metrics for postcss-normalize-url
Gathering detailed insights and metrics for postcss-normalize-url
A modular minifier, built on top of the PostCSS ecosystem.
npm install postcss-normalize-url
Typescript
Module System
Min. Node Version
Node Version
NPM Version
98.6
Supply Chain
82.1
Quality
85.8
Maintenance
100
Vulnerability
100
License
CSS (77.36%)
JavaScript (22.18%)
Nunjucks (0.46%)
Total Downloads
3,001,935,177
Last Day
600,875
Last Week
11,524,397
Last Month
50,072,242
Last Year
557,337,473
MIT License
4,866 Stars
2,558 Commits
322 Forks
48 Watchers
43 Branches
112 Contributors
Updated on Jun 07, 2025
Minified
Minified + Gzipped
Latest Version
7.0.1
Package Id
postcss-normalize-url@7.0.1
Unpacked Size
10.82 kB
Size
4.35 kB
File Count
9
NPM Version
10.8.2
Node Version
20.19.1
Published on
May 06, 2025
Cumulative downloads
Total Downloads
Last Day
-8.8%
600,875
Compared to previous day
Last Week
-9.6%
11,524,397
Compared to previous week
Last Month
2.7%
50,072,242
Compared to previous month
Last Year
4.2%
557,337,473
Compared to previous year
Normalize URLs with PostCSS.
With npm do:
npm install postcss-normalize-url --save
1h1 { 2 background: url("http://site.com:80/image.jpg") 3}
1h1 { 2 background: url(http://site.com/image.jpg) 3}
Note that this module will also try to normalize relative URLs, and is capable of stripping unnecessary quotes. For more examples, see the tests.
See the PostCSS documentation for examples for your environment.
See CONTRIBUTORS.md.
MIT © Ben Briggs
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
17 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 8
Details
Reason
2 existing vulnerabilities detected
Details
Reason
Found 6/23 approved changesets -- score normalized to 2
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-02
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