fabric8-analytics-lsp-server
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "fabric8-analytics-lsp-server", | ||
"description": "LSP Server for Dependency Analytics", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"author": "Pavel Odvody", | ||
@@ -71,3 +71,4 @@ "contributors": [ | ||
"text", | ||
"html" | ||
"html", | ||
"json" | ||
], | ||
@@ -74,0 +75,0 @@ "sourceMap": true, |
# Dependency Analytics LSP Server | ||
[![Build Status](https://ci.centos.org/job/devtools-fabric8-analytics-lsp-server-npm-publish-build-master/badge/icon)](https://ci.centos.org/job/devtools-fabric8-analytics-lsp-server-npm-publish-build-master/) | ||
[![NPM Publish](https://ci.centos.org/job/devtools-fabric8-analytics-lsp-server-npm-publish-build-master/badge/icon)](https://ci.centos.org/job/devtools-fabric8-analytics-lsp-server-npm-publish-build-master/) | ||
[![NPM Version](https://img.shields.io/npm/v/fabric8-analytics-lsp-server.svg)](https://www.npmjs.com/package/fabric8-analytics-lsp-server) | ||
![CI Build](https://github.com/fabric8-analytics/fabric8-analytics-lsp-server/workflows/CI%20Build/badge.svg) | ||
[![codecov](https://codecov.io/gh/fabric8-analytics/fabric8-analytics-lsp-server/branch/master/graph/badge.svg?token=aVThXjheDf)](https://codecov.io/gh/fabric8-analytics/fabric8-analytics-lsp-server) | ||
Language Server(LSP) that can analyze your dependencies specified in `package.json` and `pom.xml`. | ||
@@ -6,0 +8,0 @@ |
@@ -169,4 +169,6 @@ /* -------------------------------------------------------------------------------------------- | ||
'Authorization': 'Bearer ' + config.api_token, | ||
'uuid': config.uuid, | ||
}; | ||
if (config.uuid) { | ||
headers['uuid'] = config.uuid; | ||
} | ||
try { | ||
@@ -173,0 +175,0 @@ const response = await node_fetch_1.default(url, { |
Sorry, the diff of this file is not supported yet
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
87521
919
51