
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.
@arco-cloud/eslint-config-arco
Advanced tools
ESLint config for JavaScript code.
In order to standardize and enforce's JavaScript coding style across multiple codebases, you can adopt ESLint and this shared ESLint config. This document describes the JavaScript style and its inspirations.
ESLint is required to use this package, as it is an ESLint shareable config.
As this package is held on a private repo, you may want to install it through link, so in this folder, run
npm link
# or
yarn link
To begin using the ESLint config in a codebase, first install ESLint and the config:
yarn add --dev eslint
yarn link eslint-config-fanzone
# peerdependencies are not installed anymore since npm 3
yarn add babel-eslint eslint eslint-config-airbnb-base eslint-plugin-import --dev
Then, configure your project's ESLint config to extend eslint-config-arco
(see the ESLint docs on Using a Shareable Config)
Basically, create a .eslintrc
file with this inside
{
"extends": "arco"
}
FAQs
Shared lint configurations
We found that @arco-cloud/eslint-config-arco demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.