
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.
@gaoding/eslint-config-base
Advanced tools
Gaoding's JS base ESLint config
npm install --save-dev @gaoding/eslint-config-base
Add "extends": ["@gaoding/eslint-config-base"] to your .eslintrc
example
{
"extends": ["@gaoding/eslint-config-base"]
}
继承于 eslint-config-standard Standard 代码规范
重写规则
关键字后面加空格。
eslint: keyword-spacing
目前 if
for
white
catch
function
关键字后面不加空格
if(condition) { ... } // ✓ ok
if (condition) { ... } // ✗ avoid
使用4个空格缩进
eslint: indent
function hello(name) {
console.log('hi', name)
}
FAQs
Gaoding's JS ESLint config
The npm package @gaoding/eslint-config-base receives a total of 5 weekly downloads. As such, @gaoding/eslint-config-base popularity was classified as not popular.
We found that @gaoding/eslint-config-base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 21 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.