Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-estree-parser

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

1

lib/context.js

@@ -0,1 +1,2 @@

// @ts-expect-error -- Can't work
import { LinesAndColumns } from 'lines-and-columns';

@@ -2,0 +3,0 @@ export class Context {

@@ -330,2 +330,4 @@ import { findBackChar, findFrontChar, fitSpans, getLast, getNgType, } from './utils.js';

loc: {
filename: '',
identifierName: '',
start: context.locator.locationForIndex(start),

@@ -341,2 +343,4 @@ end: context.locator.locationForIndex(end),

loc: {
filename: '',
identifierName: '',
start: context.locator.locationForIndex(innerSpan.start),

@@ -343,0 +347,0 @@ end: context.locator.locationForIndex(innerSpan.end),

44

package.json
{
"name": "angular-estree-parser",
"version": "7.0.0",
"version": "8.0.0",
"description": "A parser that converts Angular source code into an ESTree-compatible form",

@@ -31,29 +31,29 @@ "keywords": [],

"lines-and-columns": "^2.0.3",
"tslib": "^2.5.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@angular/compiler": "16.0.0",
"@babel/code-frame": "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.1",
"@types/prettier": "2.7.2",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"del-cli": "5.0.0",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"jest": "29.5.0",
"@angular/compiler": "17.0.0-rc.2",
"@babel/code-frame": "7.22.13",
"@babel/parser": "7.23.0",
"@babel/types": "7.23.0",
"@types/babel-types": "7.0.13",
"@types/babel__code-frame": "7.0.5",
"@types/jest": "29.5.7",
"@types/prettier": "3.0.0",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"del-cli": "5.1.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"jest": "29.7.0",
"jest-snapshot-serializer-raw": "1.2.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier": "3.0.3",
"standard-version": "9.5.0",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"ts-jest": "29.1.1",
"typescript": "5.2.2"
},
"peerDependencies": {
"@angular/compiler": "^16.0.0"
"@angular/compiler": "^17.0.0-rc.2"
},

@@ -71,3 +71,3 @@ "engines": {

},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@4.0.1"
}
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