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.2.0 to 2.3.0

types/index.d.ts

7

CHANGELOG.md
# Change Log
## [2.3.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/2.3.0) (2020-05-26)
Summary Changelog:
- Add TypeScript types
- Update requirements to Fastify '^2.14.1' (as dev dependency)
- Update dependency on 'under-pressure' 4.x in this release (latest for Fastify 2.x)
- Update other dev dependencies
## [2.2.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/2.2.0) (2020-05-24)

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

19

package.json
{
"name": "fastify-healthcheck",
"version": "2.2.0",
"version": "2.3.0",
"description": "Fastify Plugin to serve responses for health checks",
"main": "src/plugin",
"types": "types/index.d.ts",
"scripts": {

@@ -24,15 +25,18 @@ "dependency:log": "npm list > ./temp/dependencies.log",

"test:coverage:all": "npm run test:unit -- --cov",
"test:types": "tsd",
"test:unit": "tap -J --comments --no-esm --strict test/*.test.js",
"test:unit:debug": "tap -T --node-arg=--inspect-brk --comments --no-esm --strict test/*.test.js",
"test:unit:dev": "tap -J --comments --no-esm --strict --watch test/*.test.js",
"test": "npm run lint && npm run test:unit"
"test": "npm run lint && npm run test:types && npm run test:unit"
},
"dependencies": {
"under-pressure": "^3.0.0"
"under-pressure": "^4.0.0"
},
"devDependencies": {
"fastify": "^2.8.0",
"simple-get": "^3.0.3",
"fastify": "^2.14.1",
"simple-get": "^4.0.0",
"standard": "^14.3.4",
"tap": "^14.10.7"
"tap": "^14.10.7",
"tsd": "^0.11.0",
"typescript": "^3.9.3"
},

@@ -43,2 +47,5 @@ "peerDependencies": {},

},
"tsd": {
"directory": "types"
},
"homepage": "https://github.com/smartiniOnGitHub/fastify-healthcheck#readme",

@@ -45,0 +52,0 @@ "repository": {

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