Installations
npm install react-app-rewire-postcss-cssnext
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
6.11.3
NPM Version
5.5.1
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
Ehres
Download Statistics
Total Downloads
4,055
Last Day
3
Last Week
4
Last Month
10
Last Year
68
GitHub Statistics
1 Stars
2 Commits
1 Forks
2 Watching
1 Branches
1 Contributors
Bundle Size
2.36 MB
Minified
391.58 kB
Minified + Gzipped
Package Meta Information
Latest Version
0.1.1
Package Id
react-app-rewire-postcss-cssnext@0.1.1
Size
2.02 kB
NPM Version
5.5.1
Node Version
6.11.3
Total Downloads
Cumulative downloads
Total Downloads
4,055
Last day
0%
3
Compared to previous day
Last week
100%
4
Compared to previous week
Last month
100%
10
Compared to previous month
Last year
-65.7%
68
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Peer Dependencies
1
react-app-rewire-postcss-cssnext
Add the cssnext webpack plugin to your create-react-app via react-app-rewired
Install
npm:
1$ npm install --saveDev react-app-rewire-postcss-cssnext
yarn:
1$ yarn add --dev react-app-rewire-postcss-cssnext
Add it to your project
- Rewire your app than modify
config-overrides.js
1const rewireCSSNext = require('react-app-rewire-postcss-cssnext'); 2 3/* config-overrides.js */ 4module.exports = function override(config, env) { 5 config = rewireCSSNext(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
Found 0/2 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
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
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
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
14 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-257v-vj4p-3w2h
- Warn: Project is vulnerable to: GHSA-fvqr-27wr-82fm
- Warn: Project is vulnerable to: GHSA-4xc9-xhrj-v574
- Warn: Project is vulnerable to: GHSA-x5rq-j2xg-h7qm
- Warn: Project is vulnerable to: GHSA-jf85-cpcp-j695
- Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw
- Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-hj48-42vr-x3v9
- 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