mitm-papandreou
Advanced tools
Comparing version 1.3.3-patch3 to 1.3.3-patch4
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52473
867