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

@influxdata/flux-lsp-node

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

Comparing version 0.5.32 to 0.5.33

10

flux-lsp-node.d.ts

@@ -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;

@@ -176,2 +176,13 @@ let imports = {};

/**
* @param {string} s
* @returns {any}
*/
module.exports.parse = function(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

@@ -195,14 +206,3 @@ * @returns {string}

/**
* @param {string} s
* @returns {any}
*/
module.exports.parse = function(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);
};
/**
*/
class Router {

@@ -209,0 +209,0 @@

@@ -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