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

vscode-languageserver-types

Package Overview
Dependencies
Maintainers
7
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageserver-types - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0-alpha.1

10

lib/main.d.ts

@@ -692,9 +692,11 @@ /**

/**
* The active signature.
* The active signature. Set to `null` if no
* signatures exist.
*/
activeSignature: number;
activeSignature: number | null;
/**
* The active parameter of the active signature.
* The active parameter of the active signature. Set to `null`
* if the active signature has no parameters.
*/
activeParameter: number;
activeParameter: number | null;
}

@@ -701,0 +703,0 @@ /**

1

lib/main.js

@@ -15,2 +15,3 @@ (function (factory) {

'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -17,0 +18,0 @@ * The Position namespace provides helper functions to work with

{
"name": "vscode-languageserver-types",
"description": "Types used by the Language server for node",
"version": "3.2.0",
"version": "3.3.0-alpha.1",
"author": "Microsoft Corporation",

@@ -17,6 +17,6 @@ "license": "MIT",

"devDependencies": {
"mocha": "^2.4.5",
"typescript": "^2.1.5",
"@types/node": "^6.0.42",
"@types/mocha": "^2.2.32"
"mocha": "^3.2.0",
"typescript": "^2.3.0",
"@types/node": "^6.0.68",
"@types/mocha": "^2.2.40"
},

@@ -23,0 +23,0 @@ "scripts": {

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