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

@angular-eslint/template-parser

Package Overview
Dependencies
Maintainers
1
Versions
957
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-eslint/template-parser - npm Package Compare versions

Comparing version

to
20.0.0-alpha.0

5

dist/index.js

@@ -47,2 +47,3 @@ "use strict";

LetDeclaration: ['value'],
ParenthesizedExpression: ['expression'],
};

@@ -226,5 +227,3 @@ function fallbackKeysFilter(key) {

}
// TODO: Investigate no longer suppressing parse errors by default in v19
const suppressParseErrors = options.suppressParseErrors ?? true;
if (!suppressParseErrors && angularCompilerResult.errors?.length) {
if (!options.suppressParseErrors && angularCompilerResult.errors?.length) {
throw createTemplateParseError(angularCompilerResult.errors[0]);

@@ -231,0 +230,0 @@ }

4

package.json
{
"name": "@angular-eslint/template-parser",
"version": "19.6.1-alpha.0",
"version": "20.0.0-alpha.0",
"description": "Angular Template parser for ESLint",

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

"eslint-scope": "^8.0.2",
"@angular-eslint/bundled-angular-compiler": "19.6.1-alpha.0"
"@angular-eslint/bundled-angular-compiler": "20.0.0-alpha.0"
},

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

Sorry, the diff of this file is not supported yet