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

mitm-papandreou

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mitm-papandreou - npm Package Compare versions

Comparing version 1.3.3-patch3 to 1.3.3-patch4

6

index.js

@@ -46,4 +46,6 @@ var _ = require("underscore")

Socket.prototype[kIncomingMessage] = Mitm.prototype[kIncomingMessage] =
_httpIncoming.IncomingMessage
TlsSocket.prototype[kIncomingMessage] =
Socket.prototype[kIncomingMessage] =
Mitm.prototype[kIncomingMessage] =
_httpIncoming.IncomingMessage

@@ -50,0 +52,0 @@ Mitm.prototype[_httpServer.kServerResponse] = _httpServer.ServerResponse

{
"name": "mitm-papandreou",
"version": "1.3.3-patch3",
"version": "1.3.3-patch4",
"description": "Intercept and mock outgoing network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Useful when testing code that hits remote servers.",

@@ -5,0 +5,0 @@ "keywords": [

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