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

@gopuff/healthz

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gopuff/healthz - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.0.16](https://github.com/gopuff/healthz/compare/v0.0.15...v0.0.16) (2020-10-02)
### [0.0.15](https://github.com/gopuff/healthz/compare/v0.0.14...v0.0.15) (2020-09-24)

@@ -7,0 +9,0 @@

4

dist/lib/latency.js

@@ -15,3 +15,5 @@ "use strict";

latency: Date.now() - start,
error: err
error: err.name,
errorMessage: err.message,
stack: err.stack
};

@@ -18,0 +20,0 @@ }

{
"name": "@gopuff/healthz",
"version": "0.0.15",
"version": "0.0.16",
"description": "Library for creating health check endpoints",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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