New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bjowes/http-mitm-proxy

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bjowes/http-mitm-proxy - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

eslint.config.mjs

2

lib/ca.js

@@ -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

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