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

@angular-eslint/template-parser

Package Overview
Dependencies
Maintainers
1
Versions
901
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
19.2.2-alpha.5

2

dist/convert-source-span-to-loc.js

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

function convertElementSourceSpanToLoc(context, node) {
if (node.type !== 'Element$1') {
if (node.type !== 'Element') {
// We explicitly throw an exception since this function should not be used

@@ -22,0 +22,0 @@ // with non-element nodes, e.g. `TextAttribute` or `MethodDefinition`, etc.

@@ -19,4 +19,4 @@ "use strict";

Conditional: ['condition', 'trueExp', 'falseExp'],
Element$1: ['children', 'inputs', 'outputs', 'attributes'],
Interpolation$1: ['expressions'],
Element: ['children', 'inputs', 'outputs', 'attributes'],
Interpolation: ['expressions'],
PrefixNot: ['expression'],

@@ -47,3 +47,3 @@ Program: ['templateNodes'],

Content: ['children'],
LetDeclaration$1: ['value'],
LetDeclaration: ['value'],
};

@@ -50,0 +50,0 @@ function fallbackKeysFilter(key) {

{
"name": "@angular-eslint/template-parser",
"version": "19.2.2-alpha.4",
"version": "19.2.2-alpha.5",
"description": "Angular Template parser for ESLint",

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

"eslint-scope": "^8.0.2",
"@angular-eslint/bundled-angular-compiler": "19.2.2-alpha.4"
"@angular-eslint/bundled-angular-compiler": "19.2.2-alpha.5"
},

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