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

@volar/shared

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/shared - npm Package Compare versions

Comparing version

to
0.26.7

12

out/requests.d.ts

@@ -58,14 +58,2 @@ import type * as vscode from 'vscode-languageserver';

}
export declare namespace RangeSemanticTokensRequest {
const type: vscode.RequestType<{
textDocument: vscode.TextDocumentIdentifier;
range: vscode.Range;
}, vscode.SemanticTokens | undefined, any>;
}
export declare namespace SemanticTokenLegendRequest {
const type: vscode.RequestType0<vscode.SemanticTokensLegend, any>;
}
export declare namespace SemanticTokensChangedNotification {
const type: vscode.NotificationType0;
}
export declare namespace TsVersionChanged {

@@ -72,0 +60,0 @@ const type: vscode.NotificationType<string>;

15

out/requests.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RemoveAllRefSugars = exports.UseWorkspaceTsdkChanged = exports.TsVersionChanged = exports.SemanticTokensChangedNotification = exports.SemanticTokenLegendRequest = exports.RangeSemanticTokensRequest = exports.GetClientTarNameCaseRequest = exports.GetClientAttrNameCaseRequest = exports.GetServerNameCasesRequest = exports.ShowReferencesNotification = exports.RestartServerNotification = exports.WriteVirtualFilesRequest = exports.VerifyAllScriptsRequest = exports.ActiveSelectionRequest = exports.DocumentVersionRequest = exports.RefCloseRequest = exports.TagCloseRequest = exports.D3Request = exports.VSCodeContentRequest = exports.PingRequest = void 0;
exports.RemoveAllRefSugars = exports.UseWorkspaceTsdkChanged = exports.TsVersionChanged = exports.GetClientTarNameCaseRequest = exports.GetClientAttrNameCaseRequest = exports.GetServerNameCasesRequest = exports.ShowReferencesNotification = exports.RestartServerNotification = exports.WriteVirtualFilesRequest = exports.VerifyAllScriptsRequest = exports.ActiveSelectionRequest = exports.DocumentVersionRequest = exports.RefCloseRequest = exports.TagCloseRequest = exports.D3Request = exports.VSCodeContentRequest = exports.PingRequest = void 0;
const rpc = require("vscode-jsonrpc");

@@ -61,15 +61,2 @@ var PingRequest;

})(GetClientTarNameCaseRequest = exports.GetClientTarNameCaseRequest || (exports.GetClientTarNameCaseRequest = {}));
// semantic tokens
var RangeSemanticTokensRequest;
(function (RangeSemanticTokensRequest) {
RangeSemanticTokensRequest.type = new rpc.RequestType('vue.semanticTokens');
})(RangeSemanticTokensRequest = exports.RangeSemanticTokensRequest || (exports.RangeSemanticTokensRequest = {}));
var SemanticTokenLegendRequest;
(function (SemanticTokenLegendRequest) {
SemanticTokenLegendRequest.type = new rpc.RequestType0('vue.semanticTokenLegend');
})(SemanticTokenLegendRequest = exports.SemanticTokenLegendRequest || (exports.SemanticTokenLegendRequest = {}));
var SemanticTokensChangedNotification;
(function (SemanticTokensChangedNotification) {
SemanticTokensChangedNotification.type = new rpc.NotificationType0('vue.semanticTokensChanged');
})(SemanticTokensChangedNotification = exports.SemanticTokensChangedNotification || (exports.SemanticTokensChangedNotification = {}));
var TsVersionChanged;

@@ -76,0 +63,0 @@ (function (TsVersionChanged) {

4

package.json
{
"name": "@volar/shared",
"version": "0.26.6",
"version": "0.26.7",
"main": "out/index.js",

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

},
"gitHead": "726c4c33f22daa70923ddd29715377304f3c6045"
"gitHead": "c4f130dcb075ff192b1d6463909e7d4a9511f53d"
}