New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.0 to 1.0.1

.travis.yml

2

example/server.js

@@ -21,3 +21,3 @@ var Exiting = require('../lib');

var manager = new Exiting.Manager(server).start(function (err) {
/*var manager =*/ new Exiting.Manager(server).start(function (err) {

@@ -24,0 +24,0 @@ if (err) {

{
"name": "exiting",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gracefully stop hapi.js servers",

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

"code": "^1.5.0",
"hapi": "^9.0.0",
"lab": "^5.15.2"
"hapi": "^11.0.2",
"lab": "^6.2.0"
},

@@ -22,3 +22,3 @@ "dependencies": {

"peerDependencies": {
"hapi": "9.x.x"
"hapi": ">=9.0.0"
},

@@ -25,0 +25,0 @@ "directories": {

@@ -5,2 +5,4 @@ # Exiting

[![Build Status](https://travis-ci.org/kanongil/exiting.svg?branch=master)](https://travis-ci.org/kanongil/exiting)
## Details

@@ -7,0 +9,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