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
1
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 0.10.0-pre.6 to 0.10.0-pre.8

lib/main.d.ts

2

lib/protocol.d.ts

@@ -164,3 +164,3 @@ import { RequestType, NotificationType } from 'vscode-jsonrpc';

export interface FileEvent {
path: string;
uri: string;
type: number;

@@ -167,0 +167,0 @@ }

{
"name": "vscode-languageserver",
"description": "Language server implementation for node",
"version": "0.10.0-pre.6",
"version": "0.10.0-pre.8",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "./lib/index.js",
"typings": "./lib/index",
"main": "./lib/main.js",
"typings": "./lib/main",
"devDependencies": {

@@ -10,0 +10,0 @@ "mocha": "^2.3.2",

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