
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.
circus-stylus
Advanced tools
Implments Stylus compilation that is aware of Circus component dependencies when resolving includes.
Generally follows the stylus-loader behaviors, with the distinction that files indented for direct imports within other components after the source component has been built.
Used as a preprocessor for the Circus.config method:
var Circus = require('circus'),
CircusStylus = require('circus-stylus');
var config = {};
config = CircusStylus.config(config);
config = Circus.config(config);
circus-stylus defines optional config values on the stylus config key. These are:
defines: Key/value pair defining stylus variables to be used. These defines do not apply to copied include files, which are copied verbatim.includeDir: Path to export for stylus includes. Content in this directory will be copied to the build output directory and be made available to stylus include content. Defaults to ./src/lib/styles/includes/**/*.stylremap: Optional function that is passed the source file name and may return the build destination file name. Default behavior is to remap relative to the project root in a 1 to 1 manner.FAQs
Stylus linker for Circus components
The npm package circus-stylus receives a total of 1 weekly downloads. As such, circus-stylus popularity was classified as not popular.
We found that circus-stylus 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.