New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@toolisticon/ssl-hostinfo-prometheus-exporter

Package Overview
Dependencies
Maintainers
2
Versions
554
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toolisticon/ssl-hostinfo-prometheus-exporter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-develop-28

.dockerignore

14

CHANGELOG.md

@@ -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 @@

30

package.json
{
"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

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