Gathering detailed insights and metrics for postcss-normalize-url-nightly
Gathering detailed insights and metrics for postcss-normalize-url-nightly
Gathering detailed insights and metrics for postcss-normalize-url-nightly
Gathering detailed insights and metrics for postcss-normalize-url-nightly
Un-Official nightly release for cssnano under name `cssnano-nightly`
npm install postcss-normalize-url-nightly
Typescript
Module System
Min. Node Version
Node Version
NPM Version
66.4
Supply Chain
86.6
Quality
75.8
Maintenance
50
Vulnerability
100
License
JavaScript (96.55%)
CSS (3.05%)
Shell (0.4%)
Total Downloads
2,800
Last Day
1
Last Week
1
Last Month
34
Last Year
385
1 Stars
65 Commits
1 Watchers
16 Branches
1 Contributors
Updated on Mar 04, 2023
Minified
Minified + Gzipped
Latest Version
0.8.4
Package Id
postcss-normalize-url-nightly@0.8.4
Unpacked Size
6.51 kB
Size
2.90 kB
File Count
4
NPM Version
6.14.6
Node Version
10.22.0
Cumulative downloads
Total Downloads
Last Day
-88.9%
1
Compared to previous day
Last Week
-94.4%
1
Compared to previous week
Last Month
-8.1%
34
Compared to previous month
Last Year
19.6%
385
Compared to previous year
In this, the package is named as postcss-normalize-url-nightly
In from this docs, you need to replace every
postcss-normalize-url --> postcss-normalize-url-nightly
Original Docs below
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.
Please see the normalize-url documentation. By default,
normalizeProtocol
, stripFragment
& stripWWW
are set to false
.
See CONTRIBUTORS.md.
MIT © Ben Briggs
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
Found 0/30 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
detected GitHub workflow tokens with excessive permissions
Details
Reason
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
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
67 existing vulnerabilities detected
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