Gathering detailed insights and metrics for postcss-merge-rules-nightly
Gathering detailed insights and metrics for postcss-merge-rules-nightly
npm install postcss-merge-rules-nightly
Typescript
Module System
Min. Node Version
Node Version
NPM Version
66.8
Supply Chain
97.9
Quality
74.9
Maintenance
50
Vulnerability
99.3
License
JavaScript (96.55%)
CSS (3.05%)
Shell (0.4%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
2,804
Last Day
1
Last Week
5
Last Month
30
Last Year
410
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-merge-rules-nightly@0.8.4
Unpacked Size
18.55 kB
Size
5.90 kB
File Count
5
NPM Version
6.14.6
Node Version
10.22.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
0%
5
Compared to previous week
Last Month
50%
30
Compared to previous month
Last Year
13.3%
410
Compared to previous year
In this, the package is named as postcss-merge-rules-nightly
In from this docs, you need to replace every
postcss-merge-rules --> postcss-merge-rules-nightly
Original Docs below
Merge CSS rules with PostCSS.
With npm do:
npm install postcss-merge-rules --save
This module will attempt to merge adjacent CSS rules:
1a { 2 color: blue; 3 font-weight: bold 4} 5 6p { 7 color: blue; 8 font-weight: bold 9}
1a,p { 2 color: blue; 3 font-weight: bold 4}
1a { 2 color: blue 3} 4 5a { 6 font-weight: bold 7}
1a { 2 color: blue; 3 font-weight: bold 4}
1a { 2 font-weight: bold 3} 4 5p { 6 color: blue; 7 font-weight: bold 8}
1a,p { 2 font-weight: bold 3} 4 5p { 6 color: blue 7}
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
no binaries found in the repo
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
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
66 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-03-10
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