🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@angular-eslint/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
976
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-eslint/eslint-plugin - npm Package Compare versions

Comparing version

to
20.1.1-alpha.1

2

dist/rules/no-output-on-prefix.js

@@ -7,3 +7,3 @@ "use strict";

exports.RULE_NAME = 'no-output-on-prefix';
const STYLE_GUIDE_LINK = 'https://angular.dev/style-guide#style-05-16';
const STYLE_GUIDE_LINK = 'https://angular.dev/guide/components/outputs#choosing-event-names';
exports.default = (0, create_eslint_rule_1.createESLintRule)({

@@ -10,0 +10,0 @@ name: exports.RULE_NAME,

{
"name": "@angular-eslint/eslint-plugin",
"version": "20.1.1-alpha.0",
"version": "20.1.1-alpha.1",
"description": "ESLint plugin for Angular applications, following https://angular.dev/style-guide",

@@ -22,7 +22,7 @@ "license": "MIT",

"ts-api-utils": "^2.1.0",
"@angular-eslint/bundled-angular-compiler": "20.1.1-alpha.0",
"@angular-eslint/utils": "20.1.1-alpha.0"
"@angular-eslint/bundled-angular-compiler": "20.1.1-alpha.1",
"@angular-eslint/utils": "20.1.1-alpha.1"
},
"devDependencies": {
"@angular-eslint/test-utils": "20.1.1-alpha.0"
"@angular-eslint/test-utils": "20.1.1-alpha.1"
},

@@ -29,0 +29,0 @@ "peerDependencies": {

@@ -64,3 +64,3 @@ # @angular-eslint/eslint-plugin

| [`no-output-native`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-output-native.md) | Ensures that output bindings, including aliases, are not named as standard DOM events | :white_check_mark: | | |
| [`no-output-on-prefix`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-output-on-prefix.md) | Ensures that output bindings, including aliases, are not named "on", nor prefixed with it. See more at https://angular.dev/style-guide#style-05-16 | :white_check_mark: | | |
| [`no-output-on-prefix`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-output-on-prefix.md) | Ensures that output bindings, including aliases, are not named "on", nor prefixed with it. See more at https://angular.dev/guide/components/outputs#choosing-event-names | :white_check_mark: | | |
| [`no-output-rename`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-output-rename.md) | Ensures that output bindings are not aliased | :white_check_mark: | :wrench: | :bulb: |

@@ -67,0 +67,0 @@ | [`no-outputs-metadata-property`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-outputs-metadata-property.md) | Disallows usage of the `outputs` metadata property. See more at https://angular.dev/style-guide#style-05-12 | :white_check_mark: | | |

Sorry, the diff of this file is not supported yet