
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
eslint-formatter-vscode
Advanced tools
Color coated output compatible with vscode.
Output severity, filepath, and ruleId
npx eslint './src/**/*.{js,ts,tsx,jsx}' -f vscode
warning src/utility/generic.ts:2:1 max-len
warning src/utility/generic.ts:2:23 @typescript-eslint/explicit-module-boundary-types
warning src/utility/generic.ts:2:23 @typescript-eslint/explicit-function-return-type
error src/utility/i18n.ts:2:39 @typescript-eslint/no-unused-vars
Output severity, filepath, ruleId, message, and file summary
npx eslint './src/**/*.{js,ts,tsx,jsx}' -f vscode/detailed
error src/utility/i18n.ts:2:39 @typescript-eslint/no-unused-vars 'get' is defined but never used.
warning src/utility/i18n.ts:15:7 no-console Unexpected console statement.
error src/utility/i18n.ts:43:7 @typescript-eslint/no-unused-vars 'fetchL10n' is assigned a value but never used.
warnings 1 errors 2
warning src/utility/search.ts:5:1 max-len This line has a length of 131. Maximum allowed is 100.
warning src/utility/search.ts:5:25 @typescript-eslint/explicit-module-boundary-types Missing return type on function.
warning src/utility/search.ts:5:25 @typescript-eslint/explicit-function-return-type Missing return type on function.
warnings 3 errors 0
FAQs
Color coated vscode compatible eslint formatter.
The npm package eslint-formatter-vscode receives a total of 25 weekly downloads. As such, eslint-formatter-vscode popularity was classified as not popular.
We found that eslint-formatter-vscode demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.