Gathering detailed insights and metrics for @someonewithpc/craco-plugin-scoped-css
Gathering detailed insights and metrics for @someonewithpc/craco-plugin-scoped-css
Gathering detailed insights and metrics for @someonewithpc/craco-plugin-scoped-css
Gathering detailed insights and metrics for @someonewithpc/craco-plugin-scoped-css
CSS encapsulation solution for React
npm install @someonewithpc/craco-plugin-scoped-css
Typescript
Module System
Node Version
NPM Version
JavaScript (94.47%)
SCSS (5.53%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
464 Stars
112 Commits
39 Forks
3 Watchers
5 Branches
5 Contributors
Updated on Jun 08, 2025
Latest Version
1.2.0
Package Id
@someonewithpc/craco-plugin-scoped-css@1.2.0
Unpacked Size
4.20 kB
Size
1.69 kB
File Count
4
NPM Version
lerna/6.6.2/node@v19.9.0+x64 (linux)
Node Version
19.9.0
Published on
May 24, 2023
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
2
1
2
This is a craco plugin that adds scoped css support to create-react-app version >= 2 (this package is part of react scoped css solution)
First, follow the craco
Installation Instructions to install the craco
package, create a craco.config.js
file, and modify the scripts in your package.json
.
Then install craco-plugin-scoped-css
:
1$ yarn add craco-plugin-scoped-css 2 3# OR 4 5$ npm i -S craco-plugin-scoped-css
Here is a complete craco.config.js
configuration file that adds react-scoped-css to create-react-app
:
1module.exports = { 2 plugins: [ 3 { 4 plugin: require('craco-plugin-scoped-css'), 5 }, 6 ], 7}
Check out simple-scoped-css-example
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
Found 4/17 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
detected GitHub workflow tokens with excessive permissions
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
license 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
Reason
52 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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