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

exiting

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exiting - npm Package Compare versions

Comparing version 6.1.0 to 7.0.0

2

lib/index.d.ts
import * as http from 'http';
// We can't use the DT @hapi/hapi typings, so declare something that matches what we use
// We can't rely on the @hapi/hapi typings, so declare something that matches what we use

@@ -5,0 +5,0 @@ interface HapiServerInterface {

{
"name": "exiting",
"version": "6.1.0",
"version": "7.0.0",
"description": "Gracefully stop hapi.js servers",

@@ -14,17 +14,18 @@ "main": "lib/index.js",

"devDependencies": {
"@hapi/code": "^8.0.1",
"@hapi/hapi": "^20.2.1",
"@hapi/lab": "^24.5.1",
"@types/hapi__hapi": "^20.0.10",
"typescript": "^4.5.5"
"@hapi/code": "^9.0.3",
"@hapi/hapi": "^21.3.6",
"@hapi/lab": "^25.2.0",
"@types/node": "^18.19.24",
"joi": "^17.12.2",
"typescript": "~5.4.2"
},
"dependencies": {
"@hapi/bounce": "^2.0.0",
"@hapi/hoek": "^9.0.2"
"@hapi/bounce": "^3.0.1",
"@hapi/hoek": "^11.0.4"
},
"peerDependencies": {
"@hapi/hapi": ">=17.9.0"
"@hapi/hapi": ">=21.0.0"
},
"engines": {
"node": ">=12.13.0"
"node": ">=18.12.0"
},

@@ -31,0 +32,0 @@ "repository": {

@@ -5,3 +5,3 @@ # Exiting

[![Build Status](https://travis-ci.org/kanongil/exiting.svg?branch=master)](https://travis-ci.org/kanongil/exiting)
[![Node.js CI](https://github.com/kanongil/exiting/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/kanongil/exiting/actions/workflows/ci.yaml)

@@ -8,0 +8,0 @@ ## Details

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