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

fastify-healthcheck

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-healthcheck - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

6

CHANGELOG.md
# Change Log
## [2.1.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/2.1.0) (2019-05-08)
Summary Changelog:
- Updated requirements to Fastify '^2.1.0'
- Updated to latest 'under-pressure', which drops support for Node.js 6
- Updated all dependencies
## [2.0.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/2.0.0) (2019-02-26)

@@ -4,0 +10,0 @@ Summary Changelog:

10

package.json
{
"name": "fastify-healthcheck",
"version": "2.0.0",
"version": "2.1.0",
"description": "Fastify Plugin to serve responses for health checks",

@@ -27,13 +27,13 @@ "main": "src/plugin",

"dependencies": {
"under-pressure": "^2.0.1"
"under-pressure": "^3.0.0"
},
"devDependencies": {
"fastify": "^2.0.0",
"fastify": "^2.1.0",
"simple-get": "^3.0.3",
"standard": "^12.0.1",
"tap": "^12.5.3"
"tap": "^12.7.0"
},
"peerDependencies": {},
"engines": {
"node": ">=8.15.0"
"node": ">=8.16.0"
},

@@ -40,0 +40,0 @@ "homepage": "https://github.com/smartiniOnGitHub/fastify-healthcheck#readme",

@@ -90,5 +90,4 @@ # fastify-healthcheck

Fastify ^2.0.0 , Node.js 8.15.x or later.
Note that plugin releases 0.x and 1.x are for Fastify 1.x,
plugin 2.x are for Fastify 2.x, etc.
Fastify ^2.1.0 , Node.js 8.16.x or later.
Note that plugin releases 2.x are for Fastify 2.x, etc.

@@ -95,0 +94,0 @@

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