@ladjs/proxy
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -1,4 +0,4 @@ | ||
const process = require('process'); | ||
const http = require('http'); | ||
const util = require('util'); | ||
const process = require('node:process'); | ||
const http = require('node:http'); | ||
const util = require('node:util'); | ||
@@ -5,0 +5,0 @@ const Router = require('router'); |
{ | ||
"name": "@ladjs/proxy", | ||
"description": "Proxy for Lad", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -22,10 +22,10 @@ "bugs": { | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.0.3", | ||
"@commitlint/config-conventional": "^17.0.3", | ||
"ava": "^4.3.0", | ||
"@commitlint/cli": "^17.3.0", | ||
"@commitlint/config-conventional": "^17.3.0", | ||
"ava": "^5.1.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.19.0", | ||
"eslint": "^8.28.0", | ||
"eslint-config-xo-lass": "^2.0.1", | ||
"fixpack": "^4.0.0", | ||
"husky": "^8.0.1", | ||
"husky": "^8.0.2", | ||
"lint-staged": "^13.0.3", | ||
@@ -35,5 +35,5 @@ "nyc": "^15.1.0", | ||
"remark-preset-github": "^4.0.4", | ||
"sinon": "^14.0.0", | ||
"supertest": "^6.2.4", | ||
"xo": "^0.50.0" | ||
"sinon": "^14.0.2", | ||
"supertest": "^6.3.1", | ||
"xo": "^0.53.1" | ||
}, | ||
@@ -40,0 +40,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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
6656
0