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

fabric8-analytics-lsp-server

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabric8-analytics-lsp-server - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

package.json
{
"name": "fabric8-analytics-lsp-server",
"description": "LSP Server for Dependency Analytics",
"version": "0.4.0",
"version": "0.4.1",
"author": "Pavel Odvody",

@@ -6,0 +6,0 @@ "contributors": [

@@ -110,2 +110,3 @@ /* --------------------------------------------------------------------------------------------

this.three_scale_user_token = process.env.THREE_SCALE_USER_TOKEN || "";
this.provide_fullstack_action = (process.env.PROVIDE_FULLSTACK_ACTION || "") === "true";
this.forbidden_licenses = [];

@@ -128,2 +129,10 @@ this.no_crypto = false;

}
const fullStackReportAction = {
title: "Detailed Vulnerability Report",
kind: vscode_languageserver_1.CodeActionKind.QuickFix,
command: {
command: "extension.fabric8AnalyticsWidgetFullStack",
title: "Analytics Report",
}
};
let DiagnosticsEngines = [consumers_1.SecurityEngine];

@@ -289,2 +298,5 @@ /* Generate summarized notification message for vulnerability analysis */

codeActions.push(codeAction);
if (config.provide_fullstack_action) {
codeActions.push(fullStackReportAction);
}
}

@@ -291,0 +303,0 @@ }

Sorry, the diff of this file is not supported yet

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