Installations
npm install react-app-rewire-postcss-nested
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
6.11.3
NPM Version
5.5.1
Score
59
Supply Chain
61.1
Quality
72.6
Maintenance
50
Vulnerability
99.6
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
Ehres
Download Statistics
Total Downloads
2,186
Last Day
1
Last Week
3
Last Month
13
Last Year
89
GitHub Statistics
2 Stars
2 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
33.95 kB
Minified
6.67 kB
Minified + Gzipped
Package Meta Information
Latest Version
0.1.0
Package Id
react-app-rewire-postcss-nested@0.1.0
Size
1.84 kB
NPM Version
5.5.1
Node Version
6.11.3
Total Downloads
Cumulative downloads
Total Downloads
2,186
Last day
0%
1
Compared to previous day
Last week
200%
3
Compared to previous week
Last month
44.4%
13
Compared to previous month
Last year
-9.2%
89
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
2
Peer Dependencies
1
react-app-rewire-postcss-nested
Add the postccs-nested plugin to your create-react-app via react-app-rewired
Install
npm:
1$ npm install --saveDev react-app-rewire-postcss-nested
yarn:
1$ yarn add --dev react-app-rewire-postcss-nested
Add it to your project
- Rewire your app than modify
config-overrides.js
1const rewirePostCSSNested = require('react-app-rewire-postcss-nested'); 2 3/* config-overrides.js */ 4module.exports = function override(config, env) { 5 config = rewirePostCSSNested(config, env); 6 return config; 7}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE: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
- Warn: no pull requests merged into dev branch
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
11 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw
- Warn: Project is vulnerable to: GHSA-2pr6-76vf-7546
- Warn: Project is vulnerable to: GHSA-8j8c-7jfh-h6hx
- Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h
- Warn: Project is vulnerable to: GHSA-76p3-8jx3-jpfq
- Warn: Project is vulnerable to: GHSA-3rfm-jhwj-7488
- Warn: Project is vulnerable to: GHSA-hhq3-ff78-jv3g
- Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-566m-qj78-rww5
- Warn: Project is vulnerable to: GHSA-7fh5-64p2-3v2j
Score
1.7
/10
Last Scanned on 2025-01-27
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