Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@locker/eslint-config-locker
Advanced tools
Lightning Web Security ESLint configurations
$ yarn add --dev eslint @locker/eslint-config-locker
Add the appropriate configuration to the extends
field in
your configuration.
Example of .eslintrc
:
{
"extends": ["@locker/eslint-config-locker"]
}
For more details about configuration, please refer to the dedicated section in
the ESLint documentation:
https://eslint.org/docs/user-guide/configuring#using-a-shareable-configuration-package
This package exposes 3 configurations for Lightning Web Security rules. Unless
stated otherwise, each configuration assumes use of @locker/rollup-plugin
in your build pipeline.
@locker/eslint-config-locker/base
configurationGoal: Detect foundational distortions of Lightning Web Security.
@locker/eslint-config-locker/recommended
configurationGoal: Detect supplemental distortions of Lightning Web Security.
@locker/eslint-config-locker/uncompiled
configurationGoal:
Detect pitfalls of code NOT compiled with @locker/rollup-plugin
.
FAQs
Lightning Web Security ESLint configurations
We found that @locker/eslint-config-locker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.