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

healthchecks

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

healthchecks - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## Version 1.4.3 2015-03-27
FIXED debug logging check requests
## Version 1.4.2 2015-03-27

@@ -2,0 +7,0 @@

3

lib/healthchecks.js

@@ -243,4 +243,3 @@ // Exports an Express middleware factory.

// Run all checks
debug('Health checks: running against %s://%s:%s with request-ID %s',
protocol, hostname, port, requestID);
debug('Health checks: running against ' + protocol + '://' + hostname + ':' + port + ' with request-ID ' + requestID);
runChecks(protocol, hostname, port, requestID)

@@ -247,0 +246,0 @@ .then(function(outcomes) {

{
"name": "healthchecks",
"version": "1.4.2",
"version": "1.4.3",
"scripts": {

@@ -5,0 +5,0 @@ "test": "mocha"

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