
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@ianvs/eslint-stats
Advanced tools
A package of custom formatters that show aggregated stats of eslint errors
#Statistic Reporter for ESLint. Analyses the files for error frequency, rather than location. This is helpful when introducing ESLint to an existing project.
Forked from https://github.com/ganimomer/eslint-stats

npm install --save-dev eslint-stats
Use it with grunt:
...
eslint: {
options: {
format: require('eslint-stats').byError,
src: [...]
},
...
or use it directly with ESLint:
$ eslint --format node_modules/eslint-stats/byError.js
Shows the eslint report, aggragated by errors, without separation into specific files. Rules with warnings are not displayed
Shows the eslint report, aggragated by warnings, without separation into specific files. Rules with errors are not displayed.
Shows the eslint report, aggragated by errors and warnings, without separation into specific files. Errors are red, and warnings are yellow.
Shows the eslint report, aggragated by errors and warnings, without separation into specific files. Errors are red, and warnings are yellow. If any rule is an error in one file and a warning in another, results show up stacked.
Shows the eslint report, aggragated by errors and warnings, separated into folders. Errors are red, and warnings are yellow.
FAQs
A package of custom formatters that show aggregated stats of eslint errors
The npm package @ianvs/eslint-stats receives a total of 47,128 weekly downloads. As such, @ianvs/eslint-stats popularity was classified as popular.
We found that @ianvs/eslint-stats demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.