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

vscode-languageclient

Package Overview
Dependencies
Maintainers
11
Versions
303
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageclient - npm Package Compare versions

Comparing version 7.0.0-next.1 to 7.0.0-next.2

browser.d.ts

0

License.txt

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

16

package.json
{
"name": "vscode-languageclient",
"description": "VSCode Language client implementation",
"version": "7.0.0-next.1",
"version": "7.0.0-next.2",
"author": "Microsoft Corporation",

@@ -18,4 +18,7 @@ "license": "MIT",

},
"main": "./lib/main.js",
"typings": "./lib/main",
"main": "./lib/node/main.js",
"browser": {
"./lib/node/main.js": "./lib/browser/main.js"
},
"typings": "./lib/common/api.d.ts",
"devDependencies": {

@@ -28,10 +31,11 @@ "@types/semver": "^6.0.1",

"semver": "^6.3.0",
"vscode-languageserver-protocol": "3.16.0-next.2"
"vscode-languageserver-protocol": "3.16.0-next.3"
},
"scripts": {
"postinstall": "cd src/node && npm install",
"prepublishOnly": "npm run clean && node ./bin/updateVSCode.js && npm run compile && npm test",
"postpublish": "node ../build/npm/post-publish.js",
"compile": "node ../build/bin/tsc -b ./tsconfig.json && shx cp src/utils/terminateProcess.sh lib/utils/terminateProcess.sh",
"compile": "node ../build/bin/tsc -b ./tsconfig.json && shx cp src/node/terminateProcess.sh lib/node/terminateProcess.sh",
"watch": "node ../build/bin/tsc -b ./tsconfig.json -w",
"test": "cd ../client-tests && npm test && cd ../client",
"test": "cd ../client-node-tests && npm test && cd ../client",
"clean": "node ../node_modules/rimraf/bin.js lib",

@@ -38,0 +42,0 @@ "preversion": "npm test"

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

@@ -0,0 +0,0 @@ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION

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