
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-config-athom
Advanced tools
ESLint config for Athom B.V. JavaScript projects.
In your JavaScript project:
$ npm install --save-dev eslint eslint-config-athom
Then create a file /.eslintrc.json
in your project's root:
{
"extends": "athom"
}
Now, edit your project's /package.json
file to contain the following:
"engines": {
"node": ">=12.16.1"
}
This package also contains a ESLint config for Homey Apps, you can extend it like this:
{
"extends": "athom/homey-app"
}
This config includes some rules that depend on TypeScript typechecking so you need to make sure to have a tsconfig.json
file in the root of your Homey App.
To make this work as intended you should also have the node-homey-apps-sdk-v3-types
installed by running:
$ npm install --save-dev @types/homey@npm:homey-apps-sdk-v3-types
FAQs
ESLint config for Athom B.V.
We found that eslint-config-athom demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
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.