Gathering detailed insights and metrics for @beisen/postcss-modules-local-by-default
Gathering detailed insights and metrics for @beisen/postcss-modules-local-by-default
Gathering detailed insights and metrics for @beisen/postcss-modules-local-by-default
Gathering detailed insights and metrics for @beisen/postcss-modules-local-by-default
PostCSS plugin for css modules to local-scope classes and ids
npm install @beisen/postcss-modules-local-by-default
Typescript
Module System
Min. Node Version
Node Version
NPM Version
70.5
Supply Chain
86.4
Quality
80.4
Maintenance
50
Vulnerability
100
License
JavaScript (100%)
Total Downloads
1,738
Last Day
2
Last Week
3
Last Month
14
Last Year
165
MIT License
27 Stars
194 Commits
14 Forks
4 Watchers
1 Branches
24 Contributors
Updated on Mar 18, 2025
Minified
Minified + Gzipped
Latest Version
1.0.1
Package Id
@beisen/postcss-modules-local-by-default@1.0.1
Unpacked Size
16.95 kB
Size
4.95 kB
File Count
3
NPM Version
6.9.0
Node Version
8.10.0
Cumulative downloads
Total Downloads
Last Day
0%
2
Compared to previous day
Last Week
50%
3
Compared to previous week
Last Month
-46.2%
14
Compared to previous month
Last Year
-32.9%
165
Compared to previous year
3
6
Transformation examples:
1.foo { ... } /* => */ :local(.foo) { ... } 2 3.foo .bar { ... } /* => */ :local(.foo) :local(.bar) { ... } 4 5/* Shorthand global selector */ 6 7:global .foo .bar { ... } /* => */ .foo .bar { ... } 8 9.foo :global .bar { ... } /* => */ :local(.foo) .bar { ... } 10 11/* Targeted global selector */ 12 13:global(.foo) .bar { ... } /* => */ .foo :local(.bar) { ... } 14 15.foo:global(.bar) { ... } /* => */ :local(.foo).bar { ... } 16 17.foo :global(.bar) .baz { ... } /* => */ :local(.foo) .bar :local(.baz) { ... } 18 19.foo:global(.bar) .baz { ... } /* => */ :local(.foo).bar :local(.baz) { ... }
1$ npm install 2$ npm test
1$ npm run autotest
MIT
Mark Dalgleish, 2015.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
6 existing vulnerabilities detected
Details
Reason
Found 6/27 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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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