
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
eslint-plugin-effector
Advanced tools
An ESLint plugin for enforcing best practices for Effector.
For comprehensive documentation, including rules and configuration guides, visit official documentation at eslint.effector.dev.
First, install ESLint and the plugin:
# pnpm
pnpm add --save-dev eslint eslint-plugin-effector
# yarn
yarn add --dev eslint eslint-plugin-effector
# npm
npm install --save-dev eslint eslint-plugin-effector
This plugin supports the new flat config format for ESLint. Start by adding the recommended preset to your eslint.config.js:
// eslint.config.js
import effector from "eslint-plugin-effector"
export default [
/* ... */
// Include the recommended preset:
effector.flatConfigs.recommended,
]
To explore all available presets, refer to the Rules section of the documentation. For more details or legacy config usage, see the Installation section.
This plugin leverages TypeScript for accurate linting. You must have TypeScript and type-aware linting configured. For setup instructions, please see the official typescript-eslint documentation.
FAQs
Enforcing best practices for Effector
The npm package eslint-plugin-effector receives a total of 15,103 weekly downloads. As such, eslint-plugin-effector popularity was classified as popular.
We found that eslint-plugin-effector demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.