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
21
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.5.32 to 0.5.33

22

flux-lsp-browser_bg.js

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

/**
* @param {string} s
* @returns {any}
*/
export function parse(s) {
var ptr0 = passStringToWasm0(s, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
var len0 = WASM_VECTOR_LEN;
var ret = wasm.parse(ptr0, len0);
return takeObject(ret);
}
/**
* @param {any} js_file

@@ -196,14 +207,3 @@ * @returns {string}

/**
* @param {string} s
* @returns {any}
*/
export function parse(s) {
var ptr0 = passStringToWasm0(s, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
var len0 = WASM_VECTOR_LEN;
var ret = wasm.parse(ptr0, len0);
return takeObject(ret);
}
/**
*/
export class Router {

@@ -210,0 +210,0 @@

@@ -13,2 +13,7 @@ /* tslint:disable */

/**
* @param {string} s
* @returns {any}
*/
export function parse(s: string): any;
/**
* @param {any} js_file

@@ -19,8 +24,3 @@ * @returns {string}

/**
* @param {string} s
* @returns {any}
*/
export function parse(s: string): any;
/**
*/
export class Router {

@@ -27,0 +27,0 @@ free(): void;

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

"description": "LSP support for the flux language",
"version": "0.5.32",
"version": "0.5.33",
"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