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

@godaddy/terminus

Package Overview
Dependencies
Maintainers
14
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.4.1 to 4.5.0

6

lib/terminus.js
'use strict'
const stoppable = require('stoppable')
const { promisify } = require('es6-promisify')
const { promisify } = require('util')

@@ -18,5 +18,3 @@ const SUCCESS_RESPONSE = JSON.stringify({

async function sendSuccess (res, options) {
const { info, verbatim } = options
async function sendSuccess (res, { info, verbatim }) {
res.statusCode = 200

@@ -23,0 +21,0 @@ res.setHeader('Content-Type', 'application/json')

{
"name": "@godaddy/terminus",
"version": "4.4.1",
"version": "4.5.0",
"description": "",

@@ -23,3 +23,2 @@ "main": "index.js",

"dependencies": {
"es6-promisify": "^6.0.2",
"stoppable": "^1.1.0"

@@ -26,0 +25,0 @@ },

@@ -6,4 +6,2 @@

[![Greenkeeper badge](https://badges.greenkeeper.io/godaddy/terminus.svg)](https://greenkeeper.io/)
# terminus

@@ -61,3 +59,3 @@

},
caseInsensitive, // [optional] whether given health checks routes are case insensitive (defaults to false)
caseInsensitive, // [optional] whether given health checks routes are case insensitive (defaults to false)

@@ -64,0 +62,0 @@ // cleanup options

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