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

@vue/language-service

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/language-service - npm Package Compare versions

Comparing version 1.9.0-alpha.0 to 1.9.0-alpha.1

4

out/ideFeatures/dragImport.js

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

const shared_1 = require("@vue/shared");
const path_1 = require("path");
const path = require("path-browserify");
const vue_extract_file_1 = require("../plugins/vue-extract-file");

@@ -29,3 +29,3 @@ const types_1 = require("../types");

},
newText: `\nimport ${newName} from './${path_1.posix.relative(path_1.posix.dirname(uri), importUri) || importUri.substring(importUri.lastIndexOf('/') + 1)}'`,
newText: `\nimport ${newName} from './${path.relative(path.dirname(uri), importUri) || importUri.substring(importUri.lastIndexOf('/') + 1)}'`,
},

@@ -32,0 +32,0 @@ ];

{
"name": "@vue/language-service",
"version": "1.9.0-alpha.0",
"version": "1.9.0-alpha.1",
"main": "out/index.js",

@@ -24,5 +24,6 @@ "license": "MIT",

"@vue/compiler-dom": "^3.3.0",
"@vue/language-core": "1.9.0-alpha.0",
"@vue/language-core": "1.9.0-alpha.1",
"@vue/shared": "^3.3.0",
"computeds": "^0.0.1",
"path-browserify": "^1.0.1",
"volar-service-css": "0.0.16",

@@ -41,2 +42,3 @@ "volar-service-emmet": "0.0.16",

"@types/node": "latest",
"@types/path-browserify": "latest",
"@volar/kit": "~1.10.9",

@@ -46,3 +48,3 @@ "vscode-languageserver-protocol": "^3.17.5",

},
"gitHead": "d6905e4d4d1208f560a544509494f33f431b602a"
"gitHead": "2ad355bbea9585df09843159848a2fba4bdc21f7"
}
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