Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@volar/typescript

Package Overview
Dependencies
Maintainers
1
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/typescript - npm Package Compare versions

Comparing version
2.4.19
to
2.4.20
+1
-1
lib/quickstart/runTsc.d.ts

@@ -10,3 +10,3 @@ import type * as ts from 'typescript';

extraExtensionsToRemove: string[];
}, _getLanguagePlugins: typeof getLanguagePlugins, typescriptObject?: string): void;
}, _getLanguagePlugins: typeof getLanguagePlugins, typescriptObject?: string): any;
/**

@@ -13,0 +13,0 @@ * Replaces the code of typescript to add support for additional extensions and language plugins.

@@ -46,3 +46,3 @@ "use strict";

try {
require(tscPath);
return require(tscPath);
}

@@ -49,0 +49,0 @@ finally {

{
"name": "@volar/typescript",
"version": "2.4.19",
"version": "2.4.20",
"license": "MIT",

@@ -15,3 +15,3 @@ "files": [

"dependencies": {
"@volar/language-core": "2.4.19",
"@volar/language-core": "2.4.20",
"path-browserify": "^1.0.1",

@@ -23,5 +23,5 @@ "vscode-uri": "^3.0.8"

"@types/path-browserify": "latest",
"@volar/language-service": "2.4.19"
"@volar/language-service": "2.4.20"
},
"gitHead": "1bf8e87e3d451369e0cc3f0eb6d8ecaf2a9365f8"
"gitHead": "a95effedf7b74d3fa8f5d5e168b6d597e3aaca62"
}