vscode-languageclient
Advanced tools
Comparing version 7.0.0-next.1 to 7.0.0-next.2
@@ -0,0 +0,0 @@ Copyright (c) Microsoft Corporation |
{ | ||
"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 |
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
751174
93
6871
1
3
+ Addedvscode-jsonrpc@6.0.0-next.1(transitive)
+ Addedvscode-languageserver-protocol@3.16.0-next.3(transitive)
+ Addedvscode-languageserver-types@3.16.0-next.2(transitive)
- Removedvscode-jsonrpc@5.1.0-next.1(transitive)
- Removedvscode-languageserver-protocol@3.16.0-next.2(transitive)
- Removedvscode-languageserver-types@3.16.0-next.1(transitive)