
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@adfinis-sygroup/eslint-config
Advanced tools
Adfinis' ESlint config, following our coding guidelines
This package contains our internally used eslint config.
To install this package, simply run
yarn add -D @adfinis-sygroup/eslint-config \
eslint \
eslint-config-prettier \
eslint-plugin-prettier \
eslint-plugin-import
Then add the following to your .eslintrc.js
module.exports = {
extends: "@adfinis-sygroup/eslint-config",
};
If you are using it in an ember app or addon you can use the config for ember:
yarn add -D @adfinis-sygroup/eslint-config \
eslint \
eslint-config-prettier \
eslint-plugin-prettier \
eslint-plugin-import \
eslint-plugin-ember \
eslint-plugin-node \
eslint-plugin-qunit
For an app replace your .eslintrc.js
with this:
module.exports = {
extends: "@adfinis-sygroup/eslint-config/ember-app",
};
Or for an addon replace your .eslintrc.js
with this:
module.exports = {
extends: "@adfinis-sygroup/eslint-config/ember-addon",
};
FAQs
Adfinis' ESlint config, following our coding guidelines
The npm package @adfinis-sygroup/eslint-config receives a total of 52 weekly downloads. As such, @adfinis-sygroup/eslint-config popularity was classified as not popular.
We found that @adfinis-sygroup/eslint-config 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.