Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.25.22 to 0.25.23

3

out/requests.d.ts

@@ -5,2 +5,5 @@ import { DocumentUri, Location, NotificationType, NotificationType0, Position, Range, RequestType, RequestType0, SemanticTokens, SemanticTokensLegend, TextDocumentIdentifier, TextDocumentPositionParams } from 'vscode-languageserver/node';

}
export declare namespace VSCodeContentRequest {
const type: RequestType<string, string, any>;
}
export declare namespace D3Request {

@@ -7,0 +10,0 @@ const type: RequestType<TextDocumentIdentifier, string | null | undefined, any>;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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.PingRequest = void 0;
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;
const node_1 = require("vscode-languageserver/node");

@@ -9,2 +9,6 @@ var PingRequest;

})(PingRequest = exports.PingRequest || (exports.PingRequest = {}));
var VSCodeContentRequest;
(function (VSCodeContentRequest) {
VSCodeContentRequest.type = new node_1.RequestType('vscode/content');
})(VSCodeContentRequest = exports.VSCodeContentRequest || (exports.VSCodeContentRequest = {}));
var D3Request;

@@ -11,0 +15,0 @@ (function (D3Request) {

4

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

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

},
"gitHead": "9d0b11a6cf0a4f9c555819de3daa455a05977b7e"
"gitHead": "507ca9eaac3e416f02230e10d7a7c131df1aa347"
}
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