Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@distributive/eslint-plugin
Advanced tools
An ESLint rule to enforce brace styles according to the Distributive style guide.
npm add --save-dev eslint @distributive/eslint-plugin
You can extend from the plugin's recommended configuration:
module.exports = {
extends: [
'plugin:@distributive/recommended',
],
};
Or, add @distributive
to the plugins section of your .eslintrc
configuration file and configure the rules you want to use under the rules
section:
module.exports = {
plugins: [
'@distributive',
],
rules: {
'@distributive/brace-style': 'error',
},
};
💼 Configurations enabled in.
✅ Set in the recommended
configuration.
🔧 Automatically fixable by the --fix
CLI option.
Name | Description | 💼 | 🔧 |
---|---|---|---|
brace-style | Enforce bracing styles in accordance to the Distributive style guide | ✅ | 🔧 |
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2023 Distributive Corp.
FAQs
Plugin containing Distributive style guide rules
We found that @distributive/eslint-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.