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.5 to 0.5.6

test/cli_test.js

3

.eslintrc.js

@@ -5,3 +5,4 @@ module.exports = {

es6: true,
node: true
node: true,
mocha: true
},

@@ -8,0 +9,0 @@ extends: [

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

@@ -11,6 +11,4 @@ "repository": {

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"bundle": "rollup --config rollup.config.js",
"prepublishOnly": "./build.sh"
"test": "mocha test/**/*_test.js",
"lint": "eslint ."
},

@@ -33,4 +31,2 @@ "keywords": [

"devDependencies": {
"rollup": "^1.27.8",
"@rollup/plugin-node-resolve": "^6.0.0",
"eslint": "^6.7.2",

@@ -42,5 +38,5 @@ "eslint-config-standard": "^14.1.0",

"eslint-plugin-standard": "^4.0.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-preserve-shebangs": "^0.1.2"
"expect": "^25.1.0",
"mocha": "^7.1.0"
}
}

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