Socket
Socket
Sign inDemoInstall

mitm

Package Overview
Dependencies
2
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.1 to 1.7.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.7.2 (May 1, 2021)
- Increases the upper-bound on [Underscore.js](https://underscorejs.org) dependency to v1.13 (inclusive).
Thanks, [Martin Caruso](https://github.com/mcaruso85), for the heads-up.
## 1.7.1 (Jun 13, 2020)

@@ -2,0 +6,0 @@ - Fixes one test for Node v12.4.

4

package.json
{
"name": "mitm",
"version": "1.7.1",
"version": "1.7.2",
"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.",

@@ -40,3 +40,3 @@ "keywords": [

"dependencies": {
"underscore": ">= 1.1.6 < 1.6",
"underscore": ">= 1.1.6 < 1.14",
"semver": ">= 5 < 6"

@@ -43,0 +43,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc