Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@tangany/eslint-config
Advanced tools
Shareable config that is designed to work with the extends feature of .eslintrc files. Install the npm module via npm install @tangany/eslint-config@latest
and add it as a dependency to your .eslintrc:
{
"extends": [
"@tangany"
],
"rules": {
}
}
Since ESLint does not support installing plugins as devDependencies (ongoing Github issue #3458), all required plugins have to be installed manually in order to use this shareable eslint config in a project.
Install all required plugins with this command:
npm i -D babel-eslint eslint-config-standard eslint-plugin-import eslint-plugin-no-use-extend-native eslint-plugin-node eslint-plugin-promise eslint-plugin-standard eslint-plugin-unicorn eslint-plugin-jsdoc
© 2022 Tangany
Imprint • Privacy policy • Newsletter • Twitter • Facebook • LinkedIn • YouTube • Github
FAQs
Tangany's ESLint config
The npm package @tangany/eslint-config receives a total of 485 weekly downloads. As such, @tangany/eslint-config popularity was classified as not popular.
We found that @tangany/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.