New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vscode-languageserver

Package Overview
Dependencies
Maintainers
11
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageserver - npm Package Compare versions

Comparing version 8.0.0-next.1 to 8.0.0-next.2

6

package.json
{
"name": "vscode-languageserver",
"description": "Language server implementation for node",
"version": "8.0.0-next.1",
"version": "8.0.0-next.2",
"author": "Microsoft Corporation",

@@ -24,3 +24,3 @@ "license": "MIT",

"dependencies": {
"vscode-languageserver-protocol": "3.17.0-next.7"
"vscode-languageserver-protocol": "3.17.0-next.8"
},

@@ -33,3 +33,3 @@ "scripts": {

"clean": "node ../node_modules/rimraf/bin.js lib",
"lint": "node ../node_modules/eslint/bin/eslint.js ./src/**/*.ts",
"lint": "node ../node_modules/eslint/bin/eslint.js --ext ts src",
"test": "node ../node_modules/mocha/bin/_mocha",

@@ -36,0 +36,0 @@ "preversion": "npm test"

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