Comparing version 0.4.0 to 0.4.1
@@ -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
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
30310
222