New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vue/typescript-plugin

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/typescript-plugin - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

lib/utils.d.ts

@@ -0,3 +1,3 @@

import type { FileRegistry, VueCompilerOptions } from '@vue/language-core';
import type * as ts from 'typescript';
import type { FileRegistry, VueCompilerOptions } from '@vue/language-core';
export interface PipeTable {

@@ -4,0 +4,0 @@ [pid: string]: {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getProject = exports.projects = exports.pipeTable = void 0;
exports.pipeTable = process.platform === 'win32'
? `\\\\.\\pipe\\vue-tsp-table.json`
: `/tmp/vue-tsp-table.json`;
const os = require("os");
const path = require("path");
exports.pipeTable = path.join(os.tmpdir(), 'vue-tsp-table.json');
exports.projects = new Map();

@@ -8,0 +8,0 @@ function getProject(fileName) {

{
"name": "@vue/typescript-plugin",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",

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

"@volar/typescript": "~2.1.0",
"@vue/language-core": "2.0.1",
"@vue/language-core": "2.0.2",
"@vue/shared": "^3.4.0"

@@ -23,3 +23,3 @@ },

},
"gitHead": "adedfd0983c910370d080e955702cca7d2275420"
"gitHead": "b377d5f990ffe7ef44f0d1871fcb8b5c2deafad1"
}
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