Socket
Socket
Sign inDemoInstall

@godaddy/terminus

Package Overview
Dependencies
Maintainers
13
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@godaddy/terminus - npm Package Compare versions

Comparing version 4.10.1 to 4.10.2

2

package.json
{
"name": "@godaddy/terminus",
"version": "4.10.1",
"version": "4.10.2",
"description": "",

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

declare module "@godaddy/terminus" {
export type HealthCheck = () => Promise<any>;
export interface TerminusState {
isShuttingDown: boolean;
}
export type HealthCheck = ({ state }: { state: TerminusState }) => Promise<any>;
export class HealthCheckError extends Error {

@@ -5,0 +9,0 @@ constructor(message: string, causes: any);

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