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 3.0.0 to 3.0.1

6

index.js

@@ -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": {

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