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

@volar/typescript

Package Overview
Dependencies
Maintainers
1
Versions
222
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 1.4.1-patch.1 to 1.4.1-patch.2

6

out/getProgram.js

@@ -124,4 +124,6 @@ "use strict";

file = ts.createSourceFile(fileName, docText, ts.ScriptTarget.Latest, undefined, ts.ScriptKind.Deferred);
file.parseDiagnostics = []; // not important
file.resolvedPath = fileName; // fix https://github.com/vuejs/language-tools/issues/2622 for TS 5.0
// fix https://github.com/vuejs/language-tools/issues/2622 for TS 5.0
file.originalFileName = fileName;
file.path = fileName.toLowerCase();
file.resolvedPath = fileName.toLowerCase();
}

@@ -128,0 +130,0 @@ }

{
"name": "@volar/typescript",
"version": "1.4.1-patch.1",
"version": "1.4.1-patch.2",
"main": "out/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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