Socket
Socket
Sign inDemoInstall

@godaddy/terminus

Package Overview
Dependencies
Maintainers
6
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.1.1 to 4.1.2

2

example/mongo/index.js

@@ -16,3 +16,3 @@ const express = require('express')

function onHealthCheck () {
return db.command({ping: 1})
return db.command({ ping: 1 })
}

@@ -19,0 +19,0 @@

@@ -26,3 +26,4 @@ 'use strict'

status: 'ok',
info: info
info: info,
details: info
}))

@@ -44,3 +45,4 @@ }

status: 'error',
error: error
error: error,
details: error
}))

@@ -47,0 +49,0 @@ }

@@ -77,2 +77,5 @@ 'use strict'

version: '1.0.0'
},
details: {
version: '1.0.0'
}

@@ -135,2 +138,8 @@ })

}
},
details: {
fornite: 'client down',
redis: {
disk: 100
}
}

@@ -137,0 +146,0 @@ })

{
"name": "@godaddy/terminus",
"version": "4.1.1",
"version": "4.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "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