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 0.30.3-alpha.1 to 0.30.3

4

bin/vue-tsc.js

@@ -6,3 +6,3 @@ #!/usr/bin/env node

const tscPath = require.resolve('typescript/lib/tsc');
const proxyPath = JSON.stringify(require.resolve('../out/proxy'));
const proxyPath = require.resolve('../out/proxy');

@@ -22,3 +22,3 @@ fs.readFileSync = (...args) => {

`function createProgram(rootNamesOrOptions, _options, _host, _oldProgram, _configFileParsingDiagnostics) {`,
`function createProgram(rootNamesOrOptions, _options, _host, _oldProgram, _configFileParsingDiagnostics) { return require(${proxyPath}).createProgramProxy(...arguments);`,
`function createProgram(rootNamesOrOptions, _options, _host, _oldProgram, _configFileParsingDiagnostics) { return require('${proxyPath}').createProgramProxy(...arguments);`,
);

@@ -25,0 +25,0 @@ return tsc;

{
"name": "vue-tsc",
"version": "0.30.3-alpha.1",
"version": "0.30.3",
"license": "MIT",

@@ -18,8 +18,9 @@ "files": [

"dependencies": {
"@volar/shared": "0.30.2",
"vscode-vue-languageservice": "0.30.3-alpha.1"
"@volar/shared": "0.30.3",
"vscode-vue-languageservice": "0.30.3"
},
"peerDependencies": {
"typescript": "*"
}
},
"gitHead": "c37326199a0197323a9dd2a83bf14e9820b09b9b"
}
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