
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
plumber-libsass
Advanced tools

Sass compilation operation for Plumber pipelines.
var sass = require('plumber-libsass');
module.exports = function(pipelines) {
pipelines['css'] = [
glob('main.sass'),
sass(),
// ... more pipeline operations
];
pipelines['icons'] = [
glob('icons.sass'),
sass({precision: 5}),
// ... more pipeline operations
];
};
sass(sassOptions)Compile each input Sass resource to a single CSS resource.
Optionally, options can be passed to the Sass compiler via the sassOptions parameter.
Note that you may not specify minimisation configuration options, such as compress or cleancss; this should be done using the plumber-mincss operation instead, to ensure atomicity of operations.
FAQs
Sass operation for Plumber pipelines
We found that plumber-libsass 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.