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
23
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.27 to 0.8.28

14

flux-lsp-node.js

@@ -336,2 +336,7 @@ let imports = {};

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

@@ -351,7 +356,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() {

@@ -434,4 +434,4 @@ const ret = new Error();

module.exports.__wbindgen_closure_wrapper10859 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1556, __wbg_adapter_16);
module.exports.__wbindgen_closure_wrapper10854 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1559, __wbg_adapter_16);
return addHeapObject(ret);

@@ -438,0 +438,0 @@ };

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

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