vscode-languageserver-protocol
Advanced tools
Comparing version 3.10.1 to 3.10.3
{ | ||
"name": "vscode-languageserver-protocol", | ||
"description": "VSCode Language Server Protocol implementation", | ||
"version": "3.10.1", | ||
"version": "3.10.3", | ||
"author": "Microsoft Corporation", | ||
@@ -21,8 +21,10 @@ "license": "MIT", | ||
"scripts": { | ||
"prepublishOnly": "npm run compile && npm test", | ||
"prepublishOnly": "npm run clean && npm run compile && npm test", | ||
"postpublish": "node ../build/npm/post-publish.js", | ||
"compile": "node ../build/bin/tsc -p ./tsconfig.json", | ||
"watch": "node ../build/bin/tsc -w -p ./tsconfig.json", | ||
"test": "node ../node_modules/mocha/bin/_mocha" | ||
"test": "node ../node_modules/mocha/bin/_mocha", | ||
"clean": "node ../node_modules/rimraf/bin.js lib", | ||
"preversion": "npm test" | ||
} | ||
} |
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
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
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
110252
22
2767