Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vscode-languageserver-protocol

Package Overview
Dependencies
Maintainers
11
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageserver-protocol - npm Package Compare versions

Comparing version 3.16.0-next.2 to 3.16.0-next.3

.mocharc.json

0

License.txt

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

30

package.json
{
"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

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