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

vscode-languageserver-protocol

Package Overview
Dependencies
Maintainers
11
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageserver-protocol - npm Package Compare versions

Comparing version 3.7.1 to 3.7.2

2

lib/protocol.colorProvider.d.ts

@@ -28,3 +28,3 @@ import { RequestType } from 'vscode-jsonrpc';

*/
colorProvider?: ColorProviderOptions | (ColorProviderOptions & TextDocumentRegistrationOptions & StaticRegistrationOptions);
colorProvider?: boolean | ColorProviderOptions | (ColorProviderOptions & TextDocumentRegistrationOptions & StaticRegistrationOptions);
}

@@ -31,0 +31,0 @@ /**

@@ -243,2 +243,6 @@ import { RequestType, RequestType0, NotificationType, NotificationType0 } from 'vscode-jsonrpc';

documentationFormat?: MarkupKind[];
/**
* Client supports the deprecated property on a completion item.
*/
deprecatedSupport?: boolean;
};

@@ -245,0 +249,0 @@ completionItemKind?: {

{
"name": "vscode-languageserver-protocol",
"description": "VSCode Language Server Protocol implementation",
"version": "3.7.1",
"version": "3.7.2",
"author": "Microsoft Corporation",

@@ -17,11 +17,12 @@ "license": "MIT",

"dependencies": {
"vscode-jsonrpc": "^3.6.0",
"vscode-languageserver-types": "^3.7.0"
"vscode-jsonrpc": "^3.6.2",
"vscode-languageserver-types": "^3.7.2"
},
"scripts": {
"prepublishOnly": "npm run compile",
"prepublishOnly": "npm run compile && npm test",
"postpublish": "node ../build/npm/post-publish.js",
"compile": "node ../build/bin/tsc -p ./tsconfig.json",
"watch": "node ../build/bin/tsc -w -p ./tsconfig.json"
"watch": "node ../build/bin/tsc -w -p ./tsconfig.json",
"test": "node ../node_modules/mocha/bin/_mocha"
}
}
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