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

angular-estree-parser

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-estree-parser - npm Package Compare versions

Comparing version

to
12.0.0

4

lib/transform-node.js

@@ -252,3 +252,5 @@ import * as angular from '@angular/compiler';

arguments: tArgs,
optional: nodeType === 'OptionalCallExpression' ? isOptionalType : undefined,
...(nodeType === 'OptionalCallExpression'
? { optional: isOptionalType }
: undefined),
start: getOuterStart(tReceiver),

@@ -255,0 +257,0 @@ end: node.sourceSpan.end, // `)`

{
"name": "angular-estree-parser",
"version": "11.2.0",
"version": "12.0.0",
"description": "A parser that converts Angular source code into an ESTree-compatible form",

@@ -30,26 +30,26 @@ "keywords": [],

"devDependencies": {
"@angular/compiler": "20.0.0-next.8",
"@babel/code-frame": "7.26.2",
"@babel/parser": "7.26.10",
"@babel/types": "7.26.10",
"@angular/compiler": "20.0.0",
"@babel/code-frame": "7.27.1",
"@babel/parser": "7.27.3",
"@babel/types": "7.27.3",
"@types/babel__code-frame": "7.0.6",
"@types/node": "22.13.10",
"@vitest/coverage-v8": "3.0.8",
"@types/node": "22.15.23",
"@vitest/coverage-v8": "3.1.4",
"del-cli": "6.0.0",
"eslint": "9.22.0",
"eslint-config-prettier": "10.1.1",
"eslint": "9.27.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unicorn": "57.0.0",
"globals": "16.0.0",
"eslint-plugin-unicorn": "59.0.1",
"globals": "16.2.0",
"jest-snapshot-serializer-raw": "2.0.0",
"lines-and-columns": "2.0.4",
"npm-run-all2": "7.0.2",
"npm-run-all2": "8.0.4",
"prettier": "3.5.3",
"release-it": "19.0.1",
"typescript": "5.8.2",
"typescript-eslint": "8.26.1",
"vitest": "3.0.8"
"release-it": "19.0.2",
"typescript": "5.8.3",
"typescript-eslint": "8.33.0",
"vitest": "3.1.4"
},
"peerDependencies": {
"@angular/compiler": ">=19.2.2 || ^20.0.0"
"@angular/compiler": "^20.0.0"
},

@@ -56,0 +56,0 @@ "engines": {