vscode-languageclient
Advanced tools
Comparing version 7.0.0-next.2 to 7.0.0-next.3
{ | ||
"name": "vscode-languageclient", | ||
"description": "VSCode Language client implementation", | ||
"version": "7.0.0-next.2", | ||
"version": "7.0.0-next.3", | ||
"author": "Microsoft Corporation", | ||
@@ -30,7 +30,7 @@ "license": "MIT", | ||
"semver": "^6.3.0", | ||
"vscode-languageserver-protocol": "3.16.0-next.3" | ||
"vscode-languageserver-protocol": "3.16.0-next.4" | ||
}, | ||
"scripts": { | ||
"postinstall": "cd src/node && npm install", | ||
"prepublishOnly": "npm run clean && node ./bin/updateVSCode.js && npm run compile && npm test", | ||
"install:dev": "cd src/node && npm install", | ||
"prepublishOnly": "npm run clean && node ./bin/updateVSCode.js && npm run compile", | ||
"postpublish": "node ../build/npm/post-publish.js", | ||
@@ -37,0 +37,0 @@ "compile": "node ../build/bin/tsc -b ./tsconfig.json && shx cp src/node/terminateProcess.sh lib/node/terminateProcess.sh", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
776766
0
2
+ Addedvscode-jsonrpc@6.0.0-next.2(transitive)
+ Addedvscode-languageserver-protocol@3.16.0-next.4(transitive)
- Removedvscode-jsonrpc@6.0.0-next.1(transitive)
- Removedvscode-languageserver-protocol@3.16.0-next.3(transitive)