Gathering detailed insights and metrics for @nuxt/postcss8
Gathering detailed insights and metrics for @nuxt/postcss8
Gathering detailed insights and metrics for @nuxt/postcss8
Gathering detailed insights and metrics for @nuxt/postcss8
npm install @nuxt/postcss8
Typescript
Module System
Node Version
NPM Version
81.1
Supply Chain
61.5
Quality
78.3
Maintenance
100
Vulnerability
99.3
License
TypeScript (95.31%)
Vue (2.73%)
CSS (1.96%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
60 Stars
38 Commits
7 Forks
6 Watchers
13 Branches
35 Contributors
Updated on Mar 14, 2024
Latest Version
1.1.3
Package Id
@nuxt/postcss8@1.1.3
Size
3.00 kB
NPM Version
6.14.11
Node Version
14.16.0
Published on
Mar 10, 2021
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
Since nuxt@2.15 nuxt supports opting-in to use postcss@8
(via nuxt/nuxt.js#8546).
Upgrade is pending for csstools/postcss-preset-env#191 (see nuxt/nuxt.js#8087 and nuxt/nuxt.js#8408)
In the meantime, this module allows rapid migration:
>= 2.15.3
)__NUXT_PREPATHS__
autoprefixer
instead of postcss-preset-env
Install @nuxt/postcss8
as devDependency
:
1yarn add --dev @nuxt/postcss8 2# or 3npm i -D @nuxt/postcss8
Add @nuxt/postcss8
to buildModules
in nuxt.config
:
1// nuxt.config 2export default { 3 buildModules: [ 4 '@nuxt/postcss8' 5 ] 6}
If you have a nuxt module that requires postcss@8, install postcss@8
and @nuxt/postcss8
as dependency
:
1yarn add postcss@8 @nuxt/postcss8 2# or 3npm i postcss@8 @nuxt/postcss8
Inside module:
1export default async function() { 2 await this.addModule(require('@nuxt/postcss8')) 3}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/21 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
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
78 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