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.4 to 3.16.0-next.5

4

lib/common/messages.js

@@ -16,3 +16,3 @@ "use strict";

constructor(method) {
super(method);
super(method, vscode_jsonrpc_1.ParameterStructures.byName);
}

@@ -23,3 +23,3 @@ }

constructor(method) {
super(method);
super(method, vscode_jsonrpc_1.ParameterStructures.byName);
}

@@ -26,0 +26,0 @@ }

{
"name": "vscode-languageserver-protocol",
"description": "VSCode Language Server Protocol implementation",
"version": "3.16.0-next.4",
"version": "3.16.0-next.5",
"author": "Microsoft Corporation",

@@ -20,14 +20,7 @@ "license": "MIT",

"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": "6.0.0-next.2",
"vscode-jsonrpc": "6.0.0-next.3",
"vscode-languageserver-types": "3.16.0-next.2"
},
"scripts": {
"install:dev": "cd src/node && npm install && cd ../browser && npm run install:dev && cd ../..",
"prepublishOnly": "npm run clean && npm run compile && npm test",

@@ -37,10 +30,10 @@ "postpublish": "node ../build/npm/post-publish.js",

"compile": "node ../build/bin/tsc -b ./tsconfig.json",
"watch": "node ../build/bin/tsc -b ./tsconfig.json -w",
"watch": "node ../build/bin/tsc -b ./tsconfig-watch.json -w",
"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"
"test:browser": "npm run webpack:test:silent && node ../build/bin/runBrowserTests.js http://127.0.0.1:8080/protocol/src/browser/test/",
"webpack:test": "cd ../types && npm run compile:esm && cd ../protocol && node ../build/bin/webpack --mode none --config ./src/browser/test/webpack.config.js",
"webpack:test:silent": "cd ../types && npm run compile:esm && cd ../protocol && node ../build/bin/webpack --silent --mode none --config ./src/browser/test/webpack.config.js"
}
}
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