@bjowes/http-mitm-proxy
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -7,3 +7,3 @@ 'use strict'; | ||
var pki = Forge.pki; | ||
var mkdirp = require('mkdirp'); | ||
const { mkdirp } = require('mkdirp'); | ||
var async = require('async'); | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "@bjowes/http-mitm-proxy", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "HTTP Man In The Middle (MITM) Proxy. This is a fork of Joe Ferners' library node-http-mitm-proxy. Its first release was identical to the master version of the original library, commit 66ac0f5d3298f66b731f90ebf1e9b430fa5d76eb. I decided to publish a scoped version of this library to npm, since I needed the codebase in npm. It is only intended for my own library cypress-ntlm-auth. Use at you own risk!", | ||
@@ -31,3 +31,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"mocha": "^9.0.2", | ||
"@eslint/js": "^9.19.0", | ||
"globals": "^15.14.0", | ||
"mocha": "^11.1.0", | ||
"request": "^2.88.2" | ||
@@ -38,3 +40,3 @@ }, | ||
"debug": "^4.3.2", | ||
"mkdirp": "^1.0.4", | ||
"mkdirp": "^3.0.1", | ||
"node-forge": "^1.3.1", | ||
@@ -41,0 +43,0 @@ "semaphore": "^1.1.0", |
@@ -5,2 +5,3 @@ # @bjowes fork | ||
* 2025-01-27: 0.9.6 - Dependency bump | ||
* 2024-03-27: 0.9.5 - Patch for custom status messages, dependency bump | ||
@@ -7,0 +8,0 @@ * 2022-04-08: 0.9.4 - Address accessor, typings fix |
Sorry, the diff of this file is not supported yet
2845
554
123832
4
31
+ Addedmkdirp@3.0.1(transitive)
- Removedmkdirp@1.0.4(transitive)
Updatedmkdirp@^3.0.1