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

vue-tsc

Package Overview
Dependencies
Maintainers
1
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-tsc - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

4

out/index.js

@@ -8,2 +8,3 @@ "use strict";

const shared_1 = require("./shared");
const windowsPathReg = /\\/g;
function createProgram(options) {

@@ -40,2 +41,4 @@ if (!options.options.noEmit && !options.options.emitDeclarationOnly)

const languageHost = {
workspacePath: ctx.options.host.getCurrentDirectory().replace(windowsPathReg, '/'),
rootPath: ctx.options.host.getCurrentDirectory().replace(windowsPathReg, '/'),
getCompilationSettings: () => ctx.options.options,

@@ -50,3 +53,2 @@ getScriptFileNames: () => {

getProjectReferences: () => ctx.options.projectReferences,
getCurrentDirectory: () => ctx.options.host.getCurrentDirectory().replace(/\\/g, '/'),
getCancellationToken: ctx.options.host.getCancellationToken ? () => ctx.options.host.getCancellationToken() : undefined,

@@ -53,0 +55,0 @@ };

{
"name": "vue-tsc",
"version": "1.8.4",
"version": "1.8.5",
"main": "out/index.js",

@@ -20,4 +20,4 @@ "license": "MIT",

"dependencies": {
"@vue/language-core": "1.8.4",
"@vue/typescript": "1.8.4",
"@vue/language-core": "1.8.5",
"@vue/typescript": "1.8.5",
"semver": "^7.3.8"

@@ -28,3 +28,3 @@ },

},
"gitHead": "a62aa882911de149ae65f4c28eddfd93e1dee99d"
"gitHead": "971820b55ea42cb7e8c8ba7c35c8998d5572b420"
}
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