
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.
@zenloopgmbh/eslint-config-typescript
Advanced tools
This config configures all recommended Eslint rules by Zenloop for typescript projects.
npm i -D @zenloopgmbh/eslint-config-typescript
In eslintrc.js file add:
{
"extends": [
"@zenloopgmbh/typescript"
]
}
To update plugins and the rules:
Update all plugins packages to the latest
Run npm test inside of the package directory.
Apply missing rules and remove deprecated ones.
Go to https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin and verify that each category has it's own file in /lib directory.
In case of the category is missing a file, first add a new test and then create a file with new rules.
FAQs
Recommended config for typescript eslint
We found that @zenloopgmbh/eslint-config-typescript demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.