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

@influxdata/flux-lsp-browser

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-browser - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

flux-lsp-browser.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;
}

@@ -153,3 +153,2 @@ import * as wasm from './flux-lsp-browser_bg.wasm';

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

@@ -189,3 +188,3 @@ constructor(disable_folding) {

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

@@ -204,3 +203,3 @@ get_message() {

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

@@ -207,0 +206,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