Socket
Socket
Sign inDemoInstall

@influxdata/flux-lsp-node

Package Overview
Dependencies
Maintainers
22
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.18 to 0.8.19

35

flux-lsp-node.js

@@ -30,8 +30,8 @@ let imports = {};

let cachegetUint8Memory0 = null;
let cachedUint8Memory0;
function getUint8Memory0() {
if (cachegetUint8Memory0 === null || cachegetUint8Memory0.buffer !== wasm.memory.buffer) {
cachegetUint8Memory0 = new Uint8Array(wasm.memory.buffer);
if (cachedUint8Memory0.byteLength === 0) {
cachedUint8Memory0 = new Uint8Array(wasm.memory.buffer);
}
return cachegetUint8Memory0;
return cachedUint8Memory0;
}

@@ -107,8 +107,8 @@

let cachegetInt32Memory0 = null;
let cachedInt32Memory0;
function getInt32Memory0() {
if (cachegetInt32Memory0 === null || cachegetInt32Memory0.buffer !== wasm.memory.buffer) {
cachegetInt32Memory0 = new Int32Array(wasm.memory.buffer);
if (cachedInt32Memory0.byteLength === 0) {
cachedInt32Memory0 = new Int32Array(wasm.memory.buffer);
}
return cachegetInt32Memory0;
return cachedInt32Memory0;
}

@@ -206,3 +206,3 @@

function __wbg_adapter_16(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2cefdb0c87496296(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf6a1de78288fc668(arg0, arg1, addHeapObject(arg2));
}

@@ -268,3 +268,3 @@

function __wbg_adapter_31(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h26d103eec90721bb(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
wasm.wasm_bindgen__convert__closures__invoke2_mut__hc325c645eaca9118(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}

@@ -458,3 +458,3 @@

module.exports.__wbg_call_3ed288a247f13ea5 = function() { return handleError(function (arg0, arg1, arg2) {
module.exports.__wbg_call_9855a4612eb496cb = function() { return handleError(function (arg0, arg1, arg2) {
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));

@@ -464,3 +464,3 @@ return addHeapObject(ret);

module.exports.__wbg_new_37705eed627d5ed9 = function(arg0, arg1) {
module.exports.__wbg_new_78403b138428b684 = function(arg0, arg1) {
try {

@@ -484,3 +484,3 @@ var state0 = {a: arg0, b: arg1};

module.exports.__wbg_resolve_a9a87bdd64e9e62c = function(arg0) {
module.exports.__wbg_resolve_f269ce174f88b294 = function(arg0) {
const ret = Promise.resolve(getObject(arg0));

@@ -490,3 +490,3 @@ return addHeapObject(ret);

module.exports.__wbg_then_ce526c837d07b68f = function(arg0, arg1) {
module.exports.__wbg_then_1c698eedca15eed6 = function(arg0, arg1) {
const ret = getObject(arg0).then(getObject(arg1));

@@ -508,4 +508,4 @@ return addHeapObject(ret);

module.exports.__wbindgen_closure_wrapper10826 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1568, __wbg_adapter_16);
module.exports.__wbindgen_closure_wrapper10865 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1574, __wbg_adapter_16);
return addHeapObject(ret);

@@ -522,1 +522,4 @@ };

cachedInt32Memory0 = new Int32Array(wasm.memory.buffer);
cachedUint8Memory0 = new Uint8Array(wasm.memory.buffer);

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

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