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

vscode-languageserver-types

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageserver-types - npm Package Compare versions

Comparing version 3.10.0 to 3.10.1

3

lib/esm/main.d.ts

@@ -1183,4 +1183,3 @@ /**

/**
* More detail for this symbol, e.g the signature of a function. If not provided
* the name is used.
* More detail for this symbol, e.g the signature of a function.
*/

@@ -1187,0 +1186,0 @@ detail?: string;

@@ -922,4 +922,5 @@ /* --------------------------------------------------------------------------------------------

return candidate &&
Is.string(candidate.name) && Is.string(candidate.detail) && Is.number(candidate.kind) &&
Is.string(candidate.name) && Is.number(candidate.kind) &&
Range.is(candidate.range) && Range.is(candidate.selectionRange) &&
(candidate.detail === void 0 || Is.string(candidate.detail)) &&
(candidate.deprecated === void 0 || Is.boolean(candidate.deprecated)) &&

@@ -926,0 +927,0 @@ (candidate.children === void 0 || Array.isArray(candidate.children));

@@ -1183,4 +1183,3 @@ /**

/**
* More detail for this symbol, e.g the signature of a function. If not provided
* the name is used.
* More detail for this symbol, e.g the signature of a function.
*/

@@ -1187,0 +1186,0 @@ detail?: string;

@@ -932,4 +932,5 @@ (function (factory) {

return candidate &&
Is.string(candidate.name) && Is.string(candidate.detail) && Is.number(candidate.kind) &&
Is.string(candidate.name) && Is.number(candidate.kind) &&
Range.is(candidate.range) && Range.is(candidate.selectionRange) &&
(candidate.detail === void 0 || Is.string(candidate.detail)) &&
(candidate.deprecated === void 0 || Is.boolean(candidate.deprecated)) &&

@@ -936,0 +937,0 @@ (candidate.children === void 0 || Array.isArray(candidate.children));

@@ -0,0 +0,0 @@ Copyright (c) Microsoft Corporation

{
"name": "vscode-languageserver-types",
"description": "Types used by the Language server for node",
"version": "3.10.0",
"version": "3.10.1",
"author": "Microsoft Corporation",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -0,0 +0,0 @@ # VSCode Language Server

@@ -0,0 +0,0 @@ {

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