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

healthcheck-ping

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

healthcheck-ping - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 2.0.1 (July 3, 2018)
### Bug Fixes
* 🐛 Fix TypeScript declaration file ([#41](https://github.com/holidaycheck/healthcheck-ping/pull/41))
## 2.0.0 (July 3, 2018)

@@ -2,0 +8,0 @@

2

package.json
{
"name": "healthcheck-ping",
"version": "2.0.0",
"version": "2.0.1",
"description": "Express middleware exposing a health check endpoint",

@@ -5,0 +5,0 @@ "main": "lib/healthcheckMiddleware",

@@ -5,2 +5,8 @@ import { RequestHandler } from 'express';

// Declaring empty namespace here because of
// "Module 'healthcheck-ping' resolves to a non-module entity and cannot be imported using this construct"
// tslint:disable-next-line
// https://github.com/DefinitelyTyped/DefinitelyTyped/blob/6d977d0f7a1e3361acde112f77d88eb786ab854c/README.md#should-i-add-an-empty-namespace-to-a-package-that-doesnt-export-a-module-to-use-es6-style-imports
declare namespace createHealthcheckMiddleware {}
export = createHealthcheckMiddleware;
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