@godaddy/terminus
Advanced tools
Comparing version 4.4.1 to 4.5.0
'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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
1
0
14
21049
22
472
179
- Removedes6-promisify@^6.0.2
- Removedes6-promisify@6.1.1(transitive)