
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.
gulp-hawksprite
Advanced tools
npm install gulp-hawkcss
var gulp = require('gulp'),
hawkcss = require('gulp-hawkcss');
gulp.task('default', function() {
gulp.src('./*.html')
.pipe(hawkcss())
.pipe(gulp.dest('dest/'));
});
<!DOCTYPE html>
<html>
<head lang="zh-cmn-Hans">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<link rel="stylesheet" href="assets/mian.css" />
<!-- css:start -->
<!-- css:end -->
<title>cssCombo</title>
</head>
<body>
<link rel="stylesheet" href="assets/a1.css" />
<link rel="stylesheet" href="assets/a2.css" />
<div class="a1">
a1
</div>
<div class="a2">
a2
</div>
<link rel="stylesheet" href="assets/a3.css" />
<div class="a3">
a3
</div>
</body>
</html>
FAQs
> npm install gulp-hawksprite
We found that gulp-hawksprite 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.