Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@wondermarin/eslint-config
Advanced tools
Personal ESLint config.
[!IMPORTANT] This package is strictly for personal use. If anyone wants to use it in their projects, please pay attention to the specific versioning policy.
pnpm add -D @wondermarin/eslint-config
eslint.config.js
import wondermarin from "@wondermarin/eslint-config";
export default wondermarin({
/**
* ESLint config.
* @default true
*/
javascript: true,
/**
* `@typescript-eslint/eslint-plugin` config.
* @default false
*/
typescript: false,
/**
* `eslint-plugin-prettier`, `@stylistic/eslint-plugin`, and `eslint-plugin-perfectionist` config.
* @default true
*/
stylistic: true,
/**
* `eslint-plugin-package-json` config.
* @default true
*/
json: true,
/**
* `eslint-plugin-react` and `eslint-plugin-react-hooks` config.
* @default false
*/
react: false,
});
The package follows semantic versioning with some specific nuances:
Code released under the MIT license.
FAQs
Personal ESLint config.
We found that @wondermarin/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.