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

mitm

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mitm - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

9

CHANGELOG.md

@@ -0,1 +1,4 @@

## 0.4.1 (May 4, 2014)
- Adds [Travis CI](https://travis-ci.org) badge to the README.
## 0.4.0 (May 4, 2014)

@@ -21,8 +24,6 @@ - Adds support for Node v0.10.24 and up.

- Replaces [Concert.js][concert] with Node's EventEmitter for now as I was not
sure the extra features were required.
- Replaces [Concert.js](https://github.com/moll/js-concert) with Node's
EventEmitter for now as I was not sure the extra features were required.
Remember kids, _if in doubt, leave it out_.
[concert]: https://github.com/moll/js-concert
## 0.3.0 (Apr 26, 2014)

@@ -29,0 +30,0 @@ - Adds support for calling `Net.connect` with `port` and `host` arguments.

{
"name": "mitm",
"version": "0.4.0",
"version": "0.4.1",
"description": "Intercept and mock network TCP connections and HTTP requests. Intercepts and gives you vanilla Net.Socket, Http.IncomingMessage and Http.ServerResponse to assert on and respond with. Small, fast and simple. Super useful when testing code that hits remote servers.",

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

Mitm.js
=======
[![NPM version][npm-badge]](http://badge.fury.io/js/mitm)
[![Build status][travis-badge]](https://travis-ci.org/moll/node-mitm)
[npm-badge]: https://badge.fury.io/js/mitm.png
[travis-badge]: https://travis-ci.org/moll/node-mitm.png?branch=master

@@ -216,5 +218,5 @@ Mitm.js is a library for Node.js to **intercept and mock** network **TCP** and

[email]: mailto:andri@dot.ee
[issues]: https://github.com/moll/js-mitm/issues
[issues]: https://github.com/moll/node-mitm/issues
[moll]: http://themoll.com
[monday]: https://mondayapp.com
[twitter]: https://twitter.com/theml

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