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 2.4.0 to 2.4.1

2

lib/terminus.js

@@ -90,3 +90,3 @@ 'use strict'

signals.forEach(
sig => process.on(sig, sig => cleanup(sig))
sig => process.on(sig, cleanup)
)

@@ -93,0 +93,0 @@ }

{
"name": "@godaddy/terminus",
"version": "2.4.0",
"version": "2.4.1",
"description": "",

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

@@ -133,3 +133,3 @@

// run into any race conditions
return Promise(resolve => {
return new Promise(resolve => {
setTimeout(resolve, 5000)

@@ -136,0 +136,0 @@ })

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