
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
@poool/eslint-plugin
Advanced tools
Custom set of ESLint rules we need and enforce at Poool
yarn add eslint @poool/eslint-plugin --dev
Load the plugin in your .eslintrc.json
file:
{
"plugins": ["@poool/eslint-plugin"]
}
Finally, enable all the rules you would like to use (don't forget to disable the corresponding core rule!):
{
"rules": {
"no-extra-parens": "off",
"@poool/no-extra-parens": "error",
"no-unneeded-ternary": "off",
"@poool/no-unneeded-ternary": "error"
}
}
Name | Description | Docs |
---|---|---|
@poool/camelcase | camelcase , but doesn't complain about optional chaining | documentation |
@poool/no-extra-parens | no-extra-parens , but allows conditional spreads to be wrapped with parentheses | documentation |
@poool/no-unneeded-ternary | no-unneeded-ternary , but with an extra condition to disallow ternary expressions as expression statements | documentation |
This plugin exports a recommended configuration that enforces some of our rules.
To enable this configuration use the extends
property in your .eslintrc.json
config file:
{
"extends": ["plugin:@poool/eslint-plugin/recommended"]
}
FAQs
Custom set of ESLint rules we need and enforce at Poool
The npm package @poool/eslint-plugin receives a total of 193 weekly downloads. As such, @poool/eslint-plugin popularity was classified as not popular.
We found that @poool/eslint-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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 npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.