@toolisticon/ssl-hostinfo-prometheus-exporter
Advanced tools
Comparing version 1.0.0 to 1.0.1-develop-28
@@ -0,1 +1,15 @@ | ||
## [1.0.1](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/compare/v1.0.0...v1.0.1) (2019-02-28) | ||
### Bug Fixes | ||
* **NodeJS:** Fix nodejs v8 not found error ([409744f](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/commit/409744f)) | ||
### Features | ||
* **Testing:** Adding end2end testing for docker image via prometheus ([e66c0ae](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/commit/e66c0ae)) | ||
# [1.0.0](https://github.com/toolisticon/ssl-hostinfo-prometheus-exporter/compare/v0.4.1...v1.0.0) (2019-02-12) | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "@toolisticon/ssl-hostinfo-prometheus-exporter", | ||
"version": "1.0.0", | ||
"version": "1.0.1-develop-28", | ||
"description": "", | ||
@@ -16,5 +16,9 @@ "main": "index.js", | ||
"pretest": "npm run lint", | ||
"test": "jasmine JASMINE_CONFIG_PATH=jasmine.json", | ||
"test:watch": "nodemon jasmine JASMINE_CONFIG_PATH=jasmine.json", | ||
"test:debug": "node --inspect-brk -i node_modules/jasmine/bin/jasmine.js spec/prometheus.spec.js", | ||
"test": "npm run jasmine-test && npm run end2end-test", | ||
"jasmine-test": "jasmine JASMINE_CONFIG_PATH=test/jasmine.json", | ||
"jasmine-test:watch": "nodemon jasmine JASMINE_CONFIG_PATH=test/jasmine.json", | ||
"jasmine-test:debug": "node --inspect-brk -i node_modules/jasmine/bin/jasmine.js spec/prometheus.spec.js", | ||
"preend2end-test": "docker build -t toolisticon/ssl-hostinfo-prometheus-exporter . && cd test/setup && docker-compose up -d --force-recreate && sleep 60", | ||
"end2end-test": "pytest test/end2end/test_*.py --junitxml=target/reports/junit.xml", | ||
"postend2end-test": "cd test/setup && docker-compose stop && docker-compose rm -f -s -v && docker volume prune -f", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
@@ -56,21 +60,21 @@ "changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'", | ||
"cron": "^1.6.0", | ||
"moment": "^2.23.0", | ||
"moment": "^2.24.0", | ||
"request": "^2.88.0", | ||
"request-promise-native": "^1.0.5", | ||
"request-promise-native": "^1.0.7", | ||
"ssl-checker": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"conventional-changelog-cli": "2.0.11", | ||
"eslint": "^5.12.0", | ||
"conventional-changelog-cli": "2.0.12", | ||
"eslint": "^5.14.1", | ||
"eslint-config-semistandard": "^13.0.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jasmine": "^2.10.1", | ||
"eslint-plugin-node": "^8.0.0", | ||
"eslint-plugin-promise": "^4.0.0", | ||
"eslint-plugin-react": "^7.0.0", | ||
"eslint-plugin-node": "^8.0.1", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"jasmine": "^3.3.1", | ||
"nodemon": "^1.18.9" | ||
"nodemon": "^1.18.10" | ||
} | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
33519
350
1
Updatedmoment@^2.24.0