
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.
@sinonjs/eslint-config
Advanced tools
The sharable eslint config for all Sinon.JS projects.
The package includes all the dependencies to have a working eslint
setup that works with the configuration. Adopting projects will only
need to install @sinonjs/eslint-config.
$ npm install @sinonjs/eslint-config --save-dev
The published package now expects a current Node LTS runtime:
^20.19.0 || ^22.13.0 || >=24.
Repository development also expects Node 20 or newer because the local
pre-commit tooling is on lint-staged 16.x.
Add an eslint.config.js file to the project root:
"use strict";
module.exports = require("@sinonjs/eslint-config");
Create a .browserslistrc in the root of the project
> 0.5%
last 2 versions
Firefox ESR
not dead
not IE 11
not op_mini all
maintained node versions
Visit browserslist.dev to see what this translates to.
FAQs
Common eslint config for Sinon
The npm package @sinonjs/eslint-config receives a total of 3,235 weekly downloads. As such, @sinonjs/eslint-config popularity was classified as popular.
We found that @sinonjs/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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.