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 0.2.0 to 0.3.0

6

CHANGELOG.md
# Change Log
## [0.3.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/0.3.0) (2019-01-26)
Summary Changelog:
- Update `under-pressure` to '1.x' and update all dev dependencies to latest release
- Note that the minor release change here is to let consumers of this package
to have more evidence of underlying library release changes
## [0.2.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/0.2.0) (2018-11-27)

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

11

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

@@ -23,16 +23,17 @@ "main": "src/plugin",

"test:unit": "tap -J test/*.test.js test/*/*.test.js",
"test:unit:debug": "tap -T --strict --node-arg=--inspect-brk test/*.test.js test/*/*.test.js",
"test": "npm run lint && npm run test:unit"
},
"dependencies": {
"under-pressure": "^0.3.0"
"under-pressure": "^1.0.0"
},
"devDependencies": {
"fastify": "^1.13.0",
"fastify": "^1.13.4",
"simple-get": "^3.0.3",
"standard": "^12.0.1",
"tap": "^12.1.0"
"tap": "^12.4.0"
},
"peerDependencies": {},
"engines": {
"node": ">=8.12.0"
"node": ">=8.15.0"
},

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

@@ -7,2 +7,4 @@ # fastify-healthcheck

[![Coverage Status](https://coveralls.io/repos/github/smartiniOnGitHub/fastify-healthcheck/badge.svg?branch=master)](https://coveralls.io/github/smartiniOnGitHub/fastify-healthcheck/?branch=master)
[![dependencies Status](https://david-dm.org/smartiniOnGitHub/fastify-healthcheck/status.svg)](https://david-dm.org/smartiniOnGitHub/fastify-healthcheck)
[![devDependencies Status](https://david-dm.org/smartiniOnGitHub/fastify-healthcheck/dev-status.svg)](https://david-dm.org/smartiniOnGitHub/fastify-healthcheck?type=dev)

@@ -89,3 +91,3 @@ Fastify Plugin to serve responses that report about the web application,

Fastify ^1.1.0 .
Fastify ^1.1.0 , Node.js 8.15.x or later.

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