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

@angular-eslint/utils

Package Overview
Dependencies
Maintainers
1
Versions
526
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-eslint/utils - npm Package Compare versions

Comparing version 18.4.3-alpha.6 to 18.4.3-alpha.7

2

dist/eslint-plugin/ast-utils.d.ts

@@ -75,3 +75,3 @@ import type { TSESTree } from '@typescript-eslint/utils';

export declare const angularClassDecoratorKeys: readonly ("Component" | "Directive" | "Injectable" | "NgModule" | "Pipe")[];
export declare const angularInnerClassDecoratorKeys: readonly ("ContentChild" | "ContentChildren" | "HostBinding" | "Input" | "Output" | "ViewChild" | "ViewChildren" | "HostListener" | "Attribute" | "Host" | "Inject" | "Optional" | "Self" | "SkipSelf")[];
export declare const angularInnerClassDecoratorKeys: readonly ("Attribute" | "Host" | "Inject" | "Optional" | "Self" | "SkipSelf" | "HostListener" | "ContentChild" | "ContentChildren" | "HostBinding" | "Input" | "Output" | "ViewChild" | "ViewChildren")[];
export declare const angularLifecycleInterfaceKeys: readonly ("AfterContentChecked" | "AfterContentInit" | "AfterViewChecked" | "AfterViewInit" | "DoBootstrap" | "DoCheck" | "OnChanges" | "OnDestroy" | "OnInit")[];

@@ -78,0 +78,0 @@ export declare const angularLifecycleMethodKeys: readonly ("ngAfterContentChecked" | "ngAfterContentInit" | "ngAfterViewChecked" | "ngAfterViewInit" | "ngDoBootstrap" | "ngDoCheck" | "ngOnChanges" | "ngOnDestroy" | "ngOnInit")[];

{
"name": "@angular-eslint/utils",
"version": "18.4.3-alpha.6",
"version": "18.4.3-alpha.7",
"license": "MIT",

@@ -19,7 +19,11 @@ "main": "dist/index.js",

],
"dependencies": {
"peerDependencies": {
"@typescript-eslint/utils": "^7.11.0 || ^8.0.0",
"@angular-eslint/bundled-angular-compiler": "18.4.3-alpha.6"
"eslint": "^8.57.0 || ^9.0.0",
"typescript": "*"
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "18.4.3-alpha.7"
},
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
}
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