🚀 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.5

3

dist/rules/no-developer-preview.d.ts

@@ -6,2 +6,5 @@ export type Options = [];

export default _default;
export declare const RULE_DOCS_EXTENSION: {
rationale: string;
};
//# sourceMappingURL=no-developer-preview.d.ts.map

5

dist/rules/no-developer-preview.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RULE_NAME = void 0;
exports.RULE_DOCS_EXTENSION = exports.RULE_NAME = void 0;
const create_eslint_rule_1 = require("../utils/create-eslint-rule");

@@ -43,1 +43,4 @@ const eslint_utils_1 = require("@typescript-eslint/utils/eslint-utils");

});
exports.RULE_DOCS_EXTENSION = {
rationale: `Angular's [developer preview APIs](https://angular.dev/reference/releases#developer-preview) are fully functional and polished, but not yet covered by Angular's [breaking change policy](https://angular.dev/reference/releases#breaking-change-policy-and-update-paths). These APIs may change even in patch releases, making them risky for production applications.`,
};

@@ -6,2 +6,5 @@ export type Options = [];

export default _default;
export declare const RULE_DOCS_EXTENSION: {
rationale: string;
};
//# sourceMappingURL=no-experimental.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RULE_NAME = void 0;
exports.RULE_DOCS_EXTENSION = exports.RULE_NAME = void 0;
const create_eslint_rule_1 = require("../utils/create-eslint-rule");

@@ -43,1 +43,4 @@ const eslint_utils_1 = require("@typescript-eslint/utils/eslint-utils");

});
exports.RULE_DOCS_EXTENSION = {
rationale: `Angular's [experimental APIs](https://angular.dev/reference/releases#experimental) are subject to significant changes or removal without notice and are not covered by Angular's [breaking change policy](https://angular.dev/reference/releases#breaking-change-policy-and-update-paths). These APIs may change even in patch releases, making them risky for production applications.`,
};
{
"name": "@angular-eslint/eslint-plugin",
"version": "20.1.1-alpha.4",
"version": "20.1.1-alpha.5",
"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.4",
"@angular-eslint/utils": "20.1.1-alpha.4"
"@angular-eslint/bundled-angular-compiler": "20.1.1-alpha.5",
"@angular-eslint/utils": "20.1.1-alpha.5"
},
"devDependencies": {
"@angular-eslint/test-utils": "20.1.1-alpha.4"
"@angular-eslint/test-utils": "20.1.1-alpha.5"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet