@ladjs/proxy
Advanced tools
Comparing version 4.0.0 to 4.0.1
const process = require('node:process'); | ||
const http = require('node:http'); | ||
const util = require('node:util'); | ||
const Router = require('router'); | ||
@@ -94,3 +93,3 @@ const _ = require('lodash'); | ||
async close() { | ||
await util.promisify(this.server.close).bind(this.server); | ||
await util.promisify(this.server.close).bind(this.server)(); | ||
} | ||
@@ -97,0 +96,0 @@ } |
{ | ||
"name": "@ladjs/proxy", | ||
"description": "Proxy for Lad", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -22,17 +22,17 @@ "bugs": { | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.5.1", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"ava": "^5.2.0", | ||
"@commitlint/cli": "^18.2.0", | ||
"@commitlint/config-conventional": "^18.1.0", | ||
"ava": "^5.3.1", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.36.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-xo-lass": "^2.0.1", | ||
"fixpack": "^4.0.0", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.0", | ||
"lint-staged": "^15.0.2", | ||
"nyc": "^15.1.0", | ||
"remark-cli": "^11.0.0", | ||
"remark-cli": "11", | ||
"remark-preset-github": "^4.0.4", | ||
"sinon": "^15.0.3", | ||
"sinon": "^17.0.0", | ||
"supertest": "^6.3.3", | ||
"xo": "^0.53.1" | ||
"xo": "^0.56.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "engines": { |
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
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
7009