@influxdata/flux-lsp-cli
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -5,3 +5,3 @@ 'use strict'; | ||
const through2 = require('through2'); | ||
const through = require('through2'); | ||
const { Server } = require('@influxdata/flux-lsp-node'); | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "@influxdata/flux-lsp-cli", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Flux cli LSP server", | ||
@@ -25,2 +25,3 @@ "repository": { | ||
"@influxdata/flux-lsp-node": "^0.3.0", | ||
"through2": "^3.0.1", | ||
"yargs": "^15.0.2" | ||
@@ -27,0 +28,0 @@ }, |
const { EventEmitter } = require('events') | ||
const through2 = require('through2') | ||
const through = require('through2') | ||
const { Server } = require('@influxdata/flux-lsp-node') | ||
@@ -5,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2490875
3
+ Addedthrough2@^3.0.1
+ Addedinherits@2.0.4(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedthrough2@3.0.2(transitive)
+ Addedutil-deprecate@1.0.2(transitive)