Socket
Socket
Sign inDemoInstall

angular-estree-parser

Package Overview
Dependencies
Maintainers
3
Versions
43
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 6.2.0 to 7.0.0

CHANGELOG.md

1

lib/index.d.ts

@@ -8,2 +8,1 @@ import type { NGMicrosyntax, NGNode } from './types.js';

export declare function parseTemplateBindings(input: string): NGMicrosyntax;
export declare const parseInterpolation: typeof parseInterpolationExpression;

@@ -28,3 +28,1 @@ import { Context } from './context.js';

}
// TODO: Remove this in next major
export const parseInterpolation = parseInterpolationExpression;
{
"name": "angular-estree-parser",
"version": "6.2.0",
"version": "7.0.0",
"description": "A parser that converts Angular source code into an ESTree-compatible form",

@@ -34,14 +34,14 @@ "keywords": [],

"devDependencies": {
"@angular/compiler": "15.2.5",
"@angular/compiler": "16.0.0",
"@babel/code-frame": "7.21.4",
"@babel/parser": "7.21.4",
"@babel/types": "7.21.4",
"@babel/parser": "7.21.8",
"@babel/types": "7.21.5",
"@types/babel-types": "7.0.11",
"@types/babel__code-frame": "7.0.3",
"@types/jest": "29.5.0",
"@types/jest": "29.5.1",
"@types/prettier": "2.7.2",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"del-cli": "5.0.0",
"eslint": "8.37.0",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",

@@ -52,12 +52,12 @@ "eslint-plugin-import": "2.27.5",

"npm-run-all": "4.1.5",
"prettier": "2.8.7",
"prettier": "2.8.8",
"standard-version": "9.5.0",
"ts-jest": "29.1.0",
"typescript": "5.0.3"
"typescript": "5.0.4"
},
"peerDependencies": {
"@angular/compiler": "^15.2.5"
"@angular/compiler": "^16.0.0"
},
"engines": {
"node": ">= 14"
"node": ">= 16"
},

@@ -64,0 +64,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc