
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@eslint/core
Advanced tools
This package is the future home of the rewritten, runtime-agnostic ESLint core.
Right now, it exports the core types necessary to implement language plugins.
Apache 2.0
The following companies, organizations, and individuals support ESLint's ongoing maintenance and development. Become a Sponsor to get your logo on our READMEs and website.
JSHint is a static code analysis tool used to detect errors and potential problems in JavaScript code. It is similar to ESLint in that it provides linting capabilities, but it is generally considered less configurable and less extensible than ESLint.
TSLint is a linter for TypeScript, similar to ESLint but specifically designed for TypeScript. It has been deprecated in favor of using ESLint with TypeScript support, as ESLint provides a more flexible and extensible architecture.
Stylelint is a linter for CSS and other style-related languages. While it serves a different purpose than ESLint, it is similar in that it provides linting capabilities for a specific type of code, focusing on style sheets rather than JavaScript.
FAQs
Runtime-agnostic core of ESLint
The npm package @eslint/core receives a total of 24,298,707 weekly downloads. As such, @eslint/core popularity was classified as popular.
We found that @eslint/core demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.