@toolisticon/ssl-hostinfo-prometheus-exporter
Advanced tools
Comparing version 0.3.4 to 0.4.0-develop-21
@@ -1,2 +0,11 @@ | ||
<a name="0.3.4"></a> | ||
# [0.4.0](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/compare/v0.3.4...v0.4.0) (2019-02-08) | ||
### Bug Fixes | ||
* **Docker:** Corrected docker error ([d41a3e9](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/commit/d41a3e9)) | ||
* **Start:** Correct app start error ([b35209d](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/commit/b35209d)) | ||
## [0.3.4](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/compare/v0.3.3...v0.3.4) (2019-02-07) | ||
@@ -11,3 +20,2 @@ | ||
<a name="0.3.3"></a> | ||
## [0.3.3](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/compare/v0.3.2...v0.3.3) (2019-02-01) | ||
@@ -17,3 +25,2 @@ | ||
<a name="0.3.2"></a> | ||
## [0.3.2](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/compare/v0.3.1...v0.3.2) (2019-01-29) | ||
@@ -28,3 +35,2 @@ | ||
<a name="0.3.1"></a> | ||
## [0.3.1](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/compare/v0.2.1...v0.3.1) (2019-01-29) | ||
@@ -44,3 +50,2 @@ | ||
<a name="0.2.1"></a> | ||
## [0.2.1](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/compare/v0.2.0...v0.2.1) (2019-01-26) | ||
@@ -56,3 +61,2 @@ | ||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/compare/142ccc8...v0.2.0) (2019-01-26) | ||
@@ -59,0 +63,0 @@ |
@@ -1,3 +0,1 @@ | ||
const log = require('./logger'); | ||
let config = {}; | ||
@@ -10,3 +8,2 @@ | ||
} catch (ignored) { | ||
log.info('Got not pass URL list. Using emptry list.'); | ||
} | ||
@@ -19,3 +16,2 @@ config = { | ||
}; | ||
log.info(`Using following config: ${config}`); | ||
} | ||
@@ -22,0 +18,0 @@ |
{ | ||
"name": "@toolisticon/ssl-hostinfo-prometheus-exporter", | ||
"version": "0.3.4", | ||
"version": "0.4.0-develop-21", | ||
"description": "", | ||
@@ -56,2 +56,3 @@ "main": "index.js", | ||
"moment": "^2.23.0", | ||
"request": "^2.88.0", | ||
"request-promise-native": "^1.0.5", | ||
@@ -58,0 +59,0 @@ "ssl-checker": "^1.2.1" |
@@ -5,3 +5,2 @@ # Monitor SSL certificates in Prometheus | ||
[![Build Status](https://travis-ci.org/toolisticon/ssl-hostinfo-prometheus-exporter.svg?branch=master)](https://travis-ci.org/toolisticon/ssl-hostinfo-prometheus-exporter) | ||
[![Build Status](https://jenkins.holisticon.de/buildStatus/icon?job=toolisticon/ssl-hostinfo-prometheus-exporter/master)](https://jenkins.holisticon.de/blue/organizations/jenkins/toolisticon%2Fssl-hostinfo-prometheus-exporter/branches/) | ||
[![Docker Build Status](https://img.shields.io/docker/automated/toolisticon/ssl-hostinfo-prometheus-exporter.svg)](https://hub.docker.com/r/toolisticon/ssl-hostinfo-prometheus-exporter/) | ||
@@ -8,0 +7,0 @@ [![npm version](https://badge.fury.io/js/%40toolisticon%2Fssl-hostinfo-prometheus-exporter.svg)](https://badge.fury.io/js/%40toolisticon%2Fssl-hostinfo-prometheus-exporter) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
1
34511
5
456
89
+ Addedrequest@^2.88.0