Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
eslint-config-eyeo
Advanced tools
An ESLint configuration that checks for compliance with the Adblock Plus coding style guide which is used for all eyeo projects.
npm install -g eslint eslint-config-eyeo
This command requires administrator privileges so you might need to use sudo
.
To lint a JavaScript file using ESLint you run the eslint
command with the
file as an argument. For example:
eslint some-file.js
For advanced usage see eslint --help
.
In order to use eslint-config-eyeo your project's ESLint configuration should extend from it. A minimal example looks like this:
{
"extends": "eslint-config-eyeo",
"root": true
}
For projects without an ESLint configuration you can create your own
personal configuration in ~/.eslintrc.json
, but take care to remove
the "root": true
section from the above example.
FAQs
ESLint configuration as used by eyeo.
The npm package eslint-config-eyeo receives a total of 290 weekly downloads. As such, eslint-config-eyeo popularity was classified as not popular.
We found that eslint-config-eyeo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.