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.1 to 0.5.2

4

flux-lsp-node.d.ts

@@ -32,2 +32,6 @@ /* tslint:disable */

/**
* @param {Function} f
*/
register_tag_keys_callback(f: Function): void;
/**
* @param {string} msg

@@ -34,0 +38,0 @@ * @returns {Promise<any>}

12

flux-lsp-node.js

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

}
function __wbg_adapter_29(arg0, arg1, arg2, arg3) {
function __wbg_adapter_30(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h036630290f2b9db5(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));

@@ -185,2 +185,8 @@ }

/**
* @param {Function} f
*/
register_tag_keys_callback(f) {
wasm.server_register_tag_keys_callback(this.ptr, addHeapObject(f));
}
/**
* @param {string} msg

@@ -308,3 +314,3 @@ * @returns {Promise<any>}

try {
return __wbg_adapter_29(a, state0.b, arg0, arg1);
return __wbg_adapter_30(a, state0.b, arg0, arg1);
} finally {

@@ -345,3 +351,3 @@ state0.a = a;

module.exports.__wbindgen_closure_wrapper796 = function(arg0, arg1, arg2) {
module.exports.__wbindgen_closure_wrapper816 = function(arg0, arg1, arg2) {
var ret = makeMutClosure(arg0, arg1, 165, __wbg_adapter_16);

@@ -348,0 +354,0 @@ return addHeapObject(ret);

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

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