
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@ttoss/eslint-config
Advanced tools
@ttoss/eslint-config is a set of rules for ESLint to use on ttoss ecosystem. It uses the new ESLint flat configuration format.
pnpm add -D @ttoss/eslint-config
Add the following to your eslint.config.mjs file:
import ttossEslintConfig from '@ttoss/eslint-config';
export default [...ttossEslintConfig];
Add the following to your eslint.config.mjs file:
import ttossEslintConfig from '@ttoss/eslint-config/next';
export default [...ttossEslintConfig];
To keep code understandable and testable, this config enforces limits on complexity and size. The rationale is explained in Cognitive Complexity — because testability, understandability, and changeability matter.
For the current rule values, see config.js. These rules are disabled for test files (*.spec.ts, *.test.ts, *.spec.tsx, *.test.tsx).
FAQs
ESLint config.
We found that @ttoss/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.