
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.
ts-conversion-progress
Advanced tools


yarn add -D ts-conversion-progress
Add a script to your package.json
"scripts": {
"ts-conversion-progress": "node node_modules/ts-conversion-progress src/"
}
The only required argument, src/ in the example, is the directory where your code is. It will recursively search that directory for js, jsx, ts, and tsx files and do the math...
Optionally you can add a second argument which can be a regex pattern to ignore files. For example
"scripts": {
"ts-conversion-progress": "node node_modules/ts-conversion-progress src/ .+\.test.js$"
}
This will ignore all files that end with .test.js
FAQs

We found that ts-conversion-progress 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.