
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-nugit
Advanced tools
This package provides Nugit's JS .eslintrc as an extensible shared config.
npm i eslint-config-nugit --save-dev
NOTE: NPM 10 is required otherwise you'll need to manually install peerDependencies. Peer dependencies change won't be considered as breaking change anymore.
We export two ESLint configurations for your usage.
Our default export contains all of our ESLint rules, including ECMAScript 6+, FlowJS and React.
If you don't need React, see eslint-config-nugit/base
.
"extends": "nugit"
to your .eslintrc.Our default export contains all of our ESLint rules, including ECMAScript 6+ and FlowJS.
"extends": "nugit/base"
to your .eslintrcSame as eslint-config-nugit/base
but allow to use devDependencies
& console.log
.
"extends": "nugit/script"
to your .eslintrc4.0.1-beta.1 (2024-06-10)
fix eslint environment (1cd30e4)
fix security vulnerabilities (6004ee7)
feat!: upgrade minimum NodeJS version to 20.13 (00566af)
FAQs
Nugit's JS ESLint config, following our styleguide
The npm package eslint-config-nugit receives a total of 2 weekly downloads. As such, eslint-config-nugit popularity was classified as not popular.
We found that eslint-config-nugit demonstrated a not healthy version release cadence and project activity because the last version was released 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.