
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-airbnb-base-mjs
Advanced tools
eslint-config-airbnb-base with .mjs extension replacing .js
eslint-config-airbnb-base with
.mjs
extension replacing.js
eslint-config-airbnb-base-mjs
and its peer dependencies:# With npm 5+:
npx install-peerdeps --dev eslint-config-airbnb-base-mjs
# Or, with npm < 5:
# 1. Install peer dependencies listed by: npm info eslint-config-airbnb-base-mjs@latest peerDependencies
# 2. Install eslint-config-airbnb-base-mjs: npm install eslint-config-airbnb-base-mjs --save-dev
.eslintrc.json
(or equivalent):{
"extends": "eslint-config-airbnb-base-mjs"
}
# With npm 5+ (otherwise run `./node_modules/.bin/eslint`)
npx eslint . --ext .mjs
This project is released under ISC License.
FAQs
eslint-config-airbnb-base with .mjs extension replacing .js
The npm package eslint-config-airbnb-base-mjs receives a total of 19 weekly downloads. As such, eslint-config-airbnb-base-mjs popularity was classified as not popular.
We found that eslint-config-airbnb-base-mjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.