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

@ladjs/proxy

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ladjs/proxy - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

3

index.js
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": {

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