Socket
Socket
Sign inDemoInstall

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 1.1.0 to 2.0.0

types/index.d.ts

27

CHANGELOG.md

@@ -0,1 +1,28 @@

## 2.0.0 (July 3, 2018)
### Breaking Changes
* Drop nodejs support for versions < 8 ([#39](https://github.com/holidaycheck/healthcheck-ping/pull/39))
### Features
* Add TypeScript type declarations ([#38](https://github.com/holidaycheck/healthcheck-ping/pull/38))
### Documentation
* Fix module name in README for the import ([#36](https://github.com/holidaycheck/healthcheck-ping/pull/36))
### Dependency Upgrades
* Update all dependencies ([#40](https://github.com/holidaycheck/healthcheck-ping/pull/40))
* Update eslint-config-holidaycheck to version 0.9.0 🚀 ([#33](https://github.com/holidaycheck/healthcheck-ping/pull/33))
* Update eslint-config-holidaycheck to version 0.8.0 🚀 ([#26](https://github.com/holidaycheck/healthcheck-ping/pull/26))
* Update istanbul to version 0.4.3 🚀 ([#18](https://github.com/holidaycheck/healthcheck-ping/pull/18))
* Update eslint to version 2.11.1 🚀 ([#32](https://github.com/holidaycheck/healthcheck-ping/pull/32))
* Update mocha to version 2.5.3 🚀 ([#30](https://github.com/holidaycheck/healthcheck-ping/pull/30))
* Update sinon to version 1.17.4 🚀 ([#22](https://github.com/holidaycheck/healthcheck-ping/pull/22))
* Update eslint to version 2.9.0 🚀 ([#21](https://github.com/holidaycheck/healthcheck-ping/pull/21))
* Update eslint-config-holidaycheck to version 0.7.0 🚀 ([#19](https://github.com/holidaycheck/healthcheck-ping/pull/19))
* Update eslint to version 2.7.0 🚀 ([#17](https://github.com/holidaycheck/healthcheck-ping/pull/17))
## 1.1.0 (April 3, 2016)

@@ -2,0 +29,0 @@

36

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

@@ -9,6 +9,11 @@ "main": "lib/healthcheckMiddleware",

"LICENSE",
"README.md"
"README.md",
"types/index.d.ts"
],
"types": "types/index.d.ts",
"license": "MIT",
"author": "Mathias Schreck <mathias.schreck@holidaycheck.com>",
"contributors": [
"Christian Rackerseder <christian.rackerseder@holidaycheck.com>"
],
"dependencies": {

@@ -18,13 +23,15 @@ "express": "^4.13.3"

"devDependencies": {
"coveralls": "2.11.9",
"eslint": "2.6.0",
"eslint-config-holidaycheck": "0.6.0",
"chai": "3.5.0",
"mocha": "2.4.5",
"sinon": "1.17.3",
"sinon-chai": "2.8.0",
"supertest": "1.2.0",
"supertest-as-promised": "3.1.0",
"istanbul": "0.4.2",
"pr-log": "1.4.0"
"@types/express": "4.16.0",
"coveralls": "3.0.2",
"dtslint": "0.3.0",
"eslint": "5.0.1",
"eslint-config-holidaycheck": "0.13.1",
"chai": "4.1.2",
"mocha": "5.2.0",
"sinon": "6.1.0",
"sinon-chai": "3.2.0",
"supertest": "3.1.0",
"supertest-as-promised": "4.0.2",
"istanbul": "0.4.5",
"pr-log": "3.0.0"
},

@@ -34,3 +41,4 @@ "scripts": {

"test:unit": "istanbul test _mocha -- test/unit --reporter spec --recursive",
"pretest": "eslint .",
"dtslint": "dtslint types",
"pretest": "eslint . && npm run dtslint",
"test": "npm run test:unit --coverage && npm run test:functional",

@@ -37,0 +45,0 @@ "posttest": "npm run check-coverage",

@@ -29,3 +29,3 @@ [![NPM Version](https://img.shields.io/npm/v/healthcheck-ping.svg?style=flat)](https://www.npmjs.org/package/healthcheck-ping)

```js
var createHealthcheckMiddleware = require('healthcheck-middleware');
var createHealthcheckMiddleware = require('healthcheck-ping');

@@ -32,0 +32,0 @@ var server = express();

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