
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
nuxt-brotli
Advanced tools
This Nuxt.js module compresses assets with Brotli compression algorithm using `iltorb]` library for serving it with `ngx_brotli`
This Nuxt.js module compresses assets with Brotli compression algorithm using iltorb library for serving it with ngx_brotli.
$ npm i nuxt-brotli
Add nuxt-brotli to modules section of nuxt.config.js
{
modules: ['nuxt-brotli']
}
Arguments:
asset: The target asset name. Defaults to '[path].br[query]'.
[file] is replaced with the original asset file name.[fileWithoutExt] is replaced with the file name minus its extension, e.g. the style of style.css.[ext] is replaced with the file name extension, e.g. the css of style.css.[path] is replaced with the path of the original asset.[query] is replaced with the query.test: All assets matching this RegExp are processed. Defaults to /\.(js|css|html|svg)$/.threshold: Only assets bigger than this size (in bytes) are processed. Defaults to 0.minRatio: Only assets that compress better that this ratio are processed. Defaults to 0.8.deleteOriginalAssets: remove original files that were compressed with brotli. Default: falseOptional arguments for Brotli (see iltorb doc for details):
mode: Default: 0,quality: Default: 11,lgwin: Default: 22,lgblock: Default: 0,size_hint: Default: 0,disable_literal_context_modeling: Default: falseFAQs
This Nuxt.js module compresses assets with Brotli compression algorithm using `iltorb]` library for serving it with `ngx_brotli`
The npm package nuxt-brotli receives a total of 6 weekly downloads. As such, nuxt-brotli popularity was classified as not popular.
We found that nuxt-brotli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.