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
28
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.8.37 to 0.8.38

42

flux-lsp-node.js

@@ -264,3 +264,3 @@ let imports = {};

}
function __wbg_adapter_32(arg0, arg1, arg2, arg3) {
function __wbg_adapter_44(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h1e11b15c6f1dae6b(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));

@@ -333,2 +333,7 @@ }

module.exports.__wbindgen_string_new = function(arg0, arg1) {
const ret = getStringFromWasm0(arg0, arg1);
return addHeapObject(ret);
};
module.exports.__wbindgen_json_parse = function(arg0, arg1) {

@@ -352,7 +357,2 @@ const ret = JSON.parse(getStringFromWasm0(arg0, arg1));

module.exports.__wbindgen_string_new = function(arg0, arg1) {
const ret = getStringFromWasm0(arg0, arg1);
return addHeapObject(ret);
};
module.exports.__wbg_new_693216e109162396 = function() {

@@ -379,2 +379,26 @@ const ret = new Error();

module.exports.__wbg_debug_8445d9e6649f346e = function(arg0, arg1, arg2, arg3) {
console.debug(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
};
module.exports.__wbg_error_e2677af4c7f31a14 = function(arg0) {
console.error(getObject(arg0));
};
module.exports.__wbg_error_c67ca41b33779f06 = function(arg0, arg1, arg2, arg3) {
console.error(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
};
module.exports.__wbg_info_89e9ec243332464d = function(arg0, arg1, arg2, arg3) {
console.info(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
};
module.exports.__wbg_log_4a85132d4d89d41e = function(arg0, arg1, arg2, arg3) {
console.log(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
};
module.exports.__wbg_warn_022e4f61a9c7964f = function(arg0, arg1, arg2, arg3) {
console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
};
module.exports.__wbindgen_cb_drop = function(arg0) {

@@ -402,3 +426,3 @@ const obj = takeObject(arg0).original;

try {
return __wbg_adapter_32(a, state0.b, arg0, arg1);
return __wbg_adapter_44(a, state0.b, arg0, arg1);
} finally {

@@ -437,4 +461,4 @@ state0.a = a;

module.exports.__wbindgen_closure_wrapper8715 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 893, __wbg_adapter_16);
module.exports.__wbindgen_closure_wrapper8877 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 909, __wbg_adapter_16);
return addHeapObject(ret);

@@ -441,0 +465,0 @@ };

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

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