Socket
Socket
Sign inDemoInstall

@godaddy/terminus

Package Overview
Dependencies
Maintainers
15
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.7.0 to 4.7.1

2

package.json
{
"name": "@godaddy/terminus",
"version": "4.7.0",
"version": "4.7.1",
"description": "",

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

declare module "@godaddy/terminus" {
export type HealthCheck = () => Promise<any>;

@@ -11,6 +10,6 @@

export type HealthCheckMap = {
verbatim?: boolean
verbatim?: boolean;
__unsafeExposeStackTraces?: boolean;
[key: string]: HealthCheck | boolean;
}
[key: string]: HealthCheck | boolean | undefined;
};

@@ -17,0 +16,0 @@ export interface TerminusOptions {

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