
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.
@masterborn/eslint-config
Advanced tools
.
├── LICENSE
├── README.md # this file
├── packages
│ │── backend
│ └── index.js # main backend config, accessible by @masterborn/eslint-config-backend
│ │── backend-typescript
│ └── index.js # main backend with typescript config, accessible by @masterborn/eslint-config-backend-typescript
│ │── common
│ └── index.js # commonly used ESLint rules that are used by other packages, accessible by @masterborn/eslint-config-common
│ │── frontend
│ └── index.js # main frontend config, accessible by @masterborn/eslint-config-frontend
│ │── frontend-typescript
│ └── index.js # main frontend with typescript config, accessible by @masterborn/eslint-config-frontend-typescript
└── package.json
It uses @babel/eslint-parser which requires babel config file. More info on the parser can be found here.
Configuration for TypeScript support.
Install peer dependencies and add tsconfig.json to your root directory.
Configuration for TypeScript support.
Install peer dependencies and add tsconfig.json to your root directory.
FAQs
MasterBorn ESLint configurations
The npm package @masterborn/eslint-config receives a total of 5 weekly downloads. As such, @masterborn/eslint-config popularity was classified as not popular.
We found that @masterborn/eslint-config 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.