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
18
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.2 to 0.5.3

2

out/bundle.js

@@ -26,3 +26,3 @@ 'use strict';

const instance = this;
return through2(function (data, _enc, cb) {
return through(function (data, _enc, cb) {
const input = data.toString();

@@ -29,0 +29,0 @@

{
"name": "@influxdata/flux-lsp-cli",
"version": "0.5.2",
"version": "0.5.3",
"description": "Flux cli LSP server",

@@ -5,0 +5,0 @@ "repository": {

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

const instance = this
return through2(function (data, _enc, cb) {
return through(function (data, _enc, cb) {
const input = data.toString()

@@ -27,0 +27,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