🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@angular/language-service

Package Overview
Dependencies
Maintainers
2
Versions
1036
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/language-service - npm Package Compare versions

Comparing version
22.0.0
to
22.0.1
+1
-1
package.json
{
"name": "@angular/language-service",
"version": "22.0.0",
"version": "22.0.1",
"description": "Angular - language services",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -16,2 +16,2 @@ /**

*/
export declare function getInlayHintsForTemplate(compiler: NgCompiler, typeCheckInfo: TypeCheckInfo, span: ts.TextSpan, config?: InlayHintsConfig): AngularInlayHint[];
export declare function getInlayHintsForTemplate(compiler: NgCompiler, typeCheckInfo: TypeCheckInfo, span: ts.TextSpan, targetFileName: string, config?: InlayHintsConfig): AngularInlayHint[];

Sorry, the diff of this file is too big to display