Gathering detailed insights and metrics for react-app-rewire-postcss-cssnext
Gathering detailed insights and metrics for react-app-rewire-postcss-cssnext
npm install react-app-rewire-postcss-cssnext
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
4,055
Last Day
3
Last Week
4
Last Month
10
Last Year
68
1 Stars
2 Commits
1 Forks
2 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
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
Cumulative downloads
Total Downloads
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
1
Add the cssnext webpack plugin to your create-react-app via react-app-rewired
npm:
1$ npm install --saveDev react-app-rewire-postcss-cssnext
yarn:
1$ yarn add --dev react-app-rewire-postcss-cssnext
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
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
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
14 existing vulnerabilities detected
Details
Score
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