Socket
Socket
Sign inDemoInstall

@influxdata/flux-lsp-node

Package Overview
Dependencies
Maintainers
20
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.3.2 to 0.4.0

3

flux-lsp-node.d.ts

@@ -15,4 +15,5 @@ /* tslint:disable */

* @param {boolean} disable_folding
* @param {boolean} support_multiple_files
*/
constructor(disable_folding: boolean);
constructor(disable_folding: boolean, support_multiple_files: boolean);
/**

@@ -19,0 +20,0 @@ * @param {any} f

@@ -150,5 +150,6 @@ let imports = {};

* @param {boolean} disable_folding
* @param {boolean} support_multiple_files
*/
constructor(disable_folding) {
var ret = wasm.server_new(disable_folding);
constructor(disable_folding, support_multiple_files) {
var ret = wasm.server_new(disable_folding, support_multiple_files);
return Server.__wrap(ret);

@@ -316,3 +317,3 @@ }

module.exports.__wbindgen_closure_wrapper685 = function(arg0, arg1, arg2) {
module.exports.__wbindgen_closure_wrapper714 = function(arg0, arg1, arg2) {
var ret = makeMutClosure(arg0, arg1, 161, __wbg_adapter_14);

@@ -319,0 +320,0 @@ return addHeapObject(ret);

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

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