Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@influxdata/flux-lsp-cli

Package Overview
Dependencies
Maintainers
20
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@influxdata/flux-lsp-cli - npm Package Compare versions

Comparing version 0.5.6 to 0.6.0

4

package.json
{
"name": "@influxdata/flux-lsp-cli",
"version": "0.5.6",
"version": "0.6.0",
"description": "Flux cli LSP server",

@@ -22,3 +22,3 @@ "repository": {

"dependencies": {
"@influxdata/flux-lsp-node": "^0.3.1",
"@influxdata/flux-lsp-node": "^0.4.1",
"through2": "^3.0.1",

@@ -25,0 +25,0 @@ "yargs": "^15.0.2"

@@ -11,3 +11,3 @@ const { EventEmitter } = require('events')

this.args = args
this.server = new Server(this.args['disable-folding'])
this.server = new Server(this.args['disable-folding'], false)
}

@@ -14,0 +14,0 @@

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