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

vscode-languageserver-types

Package Overview
Dependencies
Maintainers
7
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 1.0.4-next.2 to 2.0.0-alpha.1

2

lib/main.d.ts

@@ -285,3 +285,3 @@ /**

*/
edit: WorkspaceEdit;
readonly edit: WorkspaceEdit;
/**

@@ -288,0 +288,0 @@ * Returns the [TextEditChange](#TextEditChange) to manage text edits

@@ -0,0 +0,0 @@ (function (factory) {

{
"name": "vscode-languageserver-types",
"description": "Types used by the Language server for node",
"version": "1.0.4-next.2",
"version": "2.0.0-alpha.1",
"author": "Microsoft Corporation",

@@ -18,3 +18,5 @@ "license": "MIT",

"mocha": "^2.4.5",
"typescript": "^1.8.10"
"typescript": "^2.0.3",
"@types/node": "^6.0.42",
"@types/mocha": "^2.2.32"
},

@@ -24,4 +26,5 @@ "scripts": {

"compile": "tsc -p ./src",
"watch": "tsc -w -p ./src"
"watch": "tsc -w -p ./src",
"test": "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