
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@endo/eslint-plugin
Advanced tools
Endo-specific plugin
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install @endo/eslint-plugin:
npm install @endo/eslint-plugin --save-dev
Note: If you installed ESLint globally (using the -g flag) then you must also install @endo/eslint-plugin globally.
Extend a plugin:@endo/CONFIG in your .eslintrc configuration file. You can omit the /eslint-plugin suffix:
{
"extends": [
"plugin:@endo/recommended"
]
}
CONFIG can be one of:
recommended rules for code compatible with Hardened JSimports opinions on how packages should use importsstyle opinions on JS coding stylestrict all of the aboveinternal rules only for packages within the Endo source repositoryYou can configure individual rules you want to use under the rules section.
{
"rules": {
"@endo/rule-name": 2
}
}
FAQs
ESLint plugin for using Endo
The npm package @endo/eslint-plugin receives a total of 2,370 weekly downloads. As such, @endo/eslint-plugin popularity was classified as popular.
We found that @endo/eslint-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 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.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.