
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
eslint-plugin-widen
Advanced tools
Widen's own ESLint plugin containing custom lint rules for our code.
Widen's own ESLint plugin containing custom lint rules for our code.
yarn add --dev eslint-plugin-widen
Add the following to your eslint.config.mjs
file.
import widen from 'eslint-plugin-widen'
export default [
{
plugins: {
widen,
},
rules: {
'widen/jsx-fragments': 'error',
'widen/jsx-import': 'error',
},
},
]
✔: Enabled in the recommended
configuration.
🔧: Fixable with
eslint --fix
.
✔ | 🔧 | Rule | Description |
---|---|---|---|
🔧 | widen/jsx-fragments | Enforce usage of JSX fragment longhand to allow for compatibility with Emotion. | |
🔧 | widen/jsx-import | Enforces all files to use the jsx pragma from @emotion/react when using the css prop. |
FAQs
Widen's own ESLint plugin containing custom lint rules for our code.
We found that eslint-plugin-widen 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.