Socket
Socket
Sign inDemoInstall

@influxdata/flux-lsp-node

Package Overview
Dependencies
Maintainers
18
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@influxdata/flux-lsp-node - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

flux-lsp-node.d.ts

@@ -19,3 +19,2 @@ /* tslint:disable */

* @param {boolean} disable_folding
* @returns {Server}
*/

@@ -34,9 +33,9 @@ constructor(disable_folding: boolean);

/**
* @returns {string}
* @returns {string | undefined}
*/
get_message(): string | undefined;
/**
* @returns {string}
* @returns {string | undefined}
*/
get_error(): string | undefined;
}

@@ -119,3 +119,2 @@ let wasm;

* @param {boolean} disable_folding
* @returns {Server}
*/

@@ -156,3 +155,3 @@ constructor(disable_folding) {

/**
* @returns {string}
* @returns {string | undefined}
*/

@@ -171,3 +170,3 @@ get_message() {

/**
* @returns {string}
* @returns {string | undefined}
*/

@@ -174,0 +173,0 @@ get_error() {

2

package.json

@@ -7,3 +7,3 @@ {

"description": "LSP support for the flux language",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",

@@ -10,0 +10,0 @@ "repository": {

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