
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
@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 3,211 weekly downloads. As such, @poool/eslint-plugin popularity was classified as 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.