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

@volar/vue-language-service-types

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/vue-language-service-types - npm Package Compare versions

Comparing version 0.37.2 to 0.37.3

1

out/index.d.ts

@@ -35,2 +35,3 @@ import type * as vscode from 'vscode-languageserver-protocol';

findReferences?(document: TextDocument, position: vscode.Position): NullableResult<vscode.Location[]>;
findFileReferences?(document: TextDocument): NullableResult<vscode.Location[]>;
findDocumentHighlights?(document: TextDocument, position: vscode.Position): NullableResult<vscode.DocumentHighlight[]>;

@@ -37,0 +38,0 @@ findDocumentLinks?(document: TextDocument): NullableResult<vscode.DocumentLink[]>;

4

package.json
{
"name": "@volar/vue-language-service-types",
"version": "0.37.2",
"version": "0.37.3",
"main": "out/index.js",

@@ -19,3 +19,3 @@ "license": "MIT",

},
"gitHead": "58de272d1750c161089a6c439e1141470cf2e96b"
"gitHead": "279c94f5481893b177dd9b080627ccd79fed7f73"
}
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