Socket
Socket
Sign inDemoInstall

@ladjs/graceful

Package Overview
Dependencies
2
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

8

index.js

@@ -1,5 +0,5 @@

const http = require('http');
const net = require('net');
const process = require('process');
const util = require('util');
const http = require('node:http');
const net = require('node:net');
const process = require('node:process');
const util = require('node:util');

@@ -6,0 +6,0 @@ const isPromise = require('p-is-promise');

{
"name": "@ladjs/graceful",
"description": "Gracefully exit HTTP servers (Express/Koa/Fastify/etc), databases (Mongo/Mongoose), Bree job schedulers, and custom handlers.",
"version": "3.2.0",
"version": "3.2.1",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

@@ -21,12 +21,14 @@ "bugs": {

"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@ladjs/api": "^12.0.2",
"@ladjs/web": "^18.0.4",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@ladjs/api": "^12.0.7",
"@ladjs/web": "^18.0.9",
"ava": "^5.1.0",
"axe": "^11.1.0",
"cabin": "^11.1.0",
"cross-env": "^7.0.3",
"eslint": "8.27.0",
"eslint": "8.29.0",
"eslint-config-xo-lass": "^2.0.1",
"express": "^4.18.2",
"fastify": "^4.10.0",
"fastify": "^4.10.2",
"fixpack": "^4.0.0",

@@ -38,3 +40,3 @@ "get-port": "5",

"koa": "^2.13.4",
"lint-staged": "^13.0.3",
"lint-staged": "^13.1.0",
"nyc": "^15.1.0",

@@ -44,3 +46,3 @@ "remark-cli": "^11.0.0",

"smtp-server": "^3.11.0",
"xo": "^0.52.4"
"xo": "^0.53.1"
},

@@ -47,0 +49,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc