
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@angular-eslint/builder
Advanced tools
Please see https://github.com/angular-eslint/angular-eslint for full usage instructions and guidance.
The @angular-eslint/builder package is a custom Angular CLI builder that allows you to run ESLint on your Angular CLI projects.
It wraps the ESLint programmatic node API (https://eslint.org/docs/latest/integrate/nodejs-api) to provide a seamless experience via ng lint that is closely equivalent to using the eslint CLI directly.
You can profile rule execution times by enabling ESLint's stats output:
ng lint --stats
This option requires a flat ESLint configuration (eslint.config.js/ts/mjs). Using --stats with legacy .eslintrc.* files will cause an error.
ESLint is the core linting tool that @angular-eslint/builder relies on. It provides a framework for identifying and reporting on patterns found in ECMAScript/JavaScript code, with the ability to configure rules and plugins.
TSLint was a popular linter for TypeScript before being deprecated in favor of ESLint. It provided similar functionality to ESLint but was specifically designed for TypeScript. @angular-eslint/builder offers a migration path for projects moving from TSLint to ESLint.
eslint-plugin-angular is an ESLint plugin that contains linting rules specifically for AngularJS (1.x) projects. It is different from @angular-eslint/builder, which is designed for Angular (2+) projects.
eslint-plugin-react is an ESLint plugin that provides React-specific linting rules. It is similar to @angular-eslint/builder in that it extends ESLint's capabilities to a specific framework, but it targets React instead of Angular.
FAQs
Angular CLI builder for ESLint
The npm package @angular-eslint/builder receives a total of 1,444,975 weekly downloads. As such, @angular-eslint/builder popularity was classified as popular.
We found that @angular-eslint/builder demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.