vscode-languageserver-protocol
Advanced tools
Comparing version 3.16.0-next.2 to 3.16.0-next.3
@@ -0,0 +0,0 @@ Copyright (c) Microsoft Corporation |
{ | ||
"name": "vscode-languageserver-protocol", | ||
"description": "VSCode Language Server Protocol implementation", | ||
"version": "3.16.0-next.2", | ||
"version": "3.16.0-next.3", | ||
"author": "Microsoft Corporation", | ||
@@ -15,17 +15,31 @@ "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": { | ||
"webpack": "^4.43.0", | ||
"webpack-cli": "^3.3.11", | ||
"mocha": "^7.1.2", | ||
"http-server": "0.12.3" | ||
}, | ||
"dependencies": { | ||
"vscode-jsonrpc": "5.1.0-next.1", | ||
"vscode-languageserver-types": "3.16.0-next.1" | ||
"vscode-jsonrpc": "6.0.0-next.1", | ||
"vscode-languageserver-types": "3.16.0-next.2" | ||
}, | ||
"scripts": { | ||
"postinstall": "cd src/node && npm install && cd ../browser && npm install && cd ../..", | ||
"prepublishOnly": "npm run clean && npm run compile && npm test", | ||
"postpublish": "node ../build/npm/post-publish.js", | ||
"preversion": "npm test", | ||
"compile": "node ../build/bin/tsc -b ./tsconfig.json", | ||
"watch": "node ../build/bin/tsc -b ./tsconfig.json -w", | ||
"test": "node ../node_modules/mocha/bin/_mocha", | ||
"clean": "node ../node_modules/rimraf/bin.js lib", | ||
"preversion": "npm test" | ||
"clean": "node ../node_modules/rimraf/bin.js lib && node ../node_modules/rimraf/bin.js dist", | ||
"test": "npm run test:node && npm run test:browser", | ||
"test:node": "node ../node_modules/mocha/bin/_mocha", | ||
"test:browser": "npm run webpack:test:silent && node ./src/browser/test/index.js", | ||
"webpack:test": "cd ../types && npm run compile:esm && cd ../protocol && webpack --mode none --config ./src/browser/test/webpack.config.js", | ||
"webpack:test:silent": "cd ../types && npm run compile:esm && cd ../protocol && webpack --silent --mode none --config ./src/browser/test/webpack.config.js" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # VSCode Language Server - Protocol Module |
@@ -0,0 +0,0 @@ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1476673
82
17598
4
1
1
+ Addedvscode-jsonrpc@6.0.0-next.1(transitive)
+ Addedvscode-languageserver-types@3.16.0-next.2(transitive)
- Removedvscode-jsonrpc@5.1.0-next.1(transitive)
- Removedvscode-languageserver-types@3.16.0-next.1(transitive)
Updatedvscode-jsonrpc@6.0.0-next.1