
Research
Malicious npm Package Brand-Squats TanStack to Exfiltrate Environment Variables
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.
A SPDY Push helper to be used with spdy.
close events and file descriptor leakscontent-length and content-type headers if it canvar spdy = require('spdy-push');
require('spdy').createServer(require('spdy-keys'), function (req, res) {
if (res.isSpdy) {
spdy(res).push('/script.js', {
filename: 'public/script.js', // resolves against CWD
}).catch(function (err) {
console.error(err.stack); // log any critical errors
})
}
res.statusCode = 204;
res.end();
})
path is the path of the object being pushed.
Can also be set as options.path.priority is the priority between 0-7 of the push stream
with 7, the default, being the lowest priority.
Can also be set as options.priority.options are:
headersbody - a String, Buffer, or Stream.Readable bodyfilename - a path to a file. Resolves against CWD.Either options.body or options.filename must be set.
You do not need to set the following headers:
content-encodingcontent-lengthcontent-typeWaits until the acknowledge event.
Waits until the entire stream has been flushed.
FAQs
SPDY Push helper
We found that spdy-push 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 brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.

Research
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.