unexpected-mitm
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "unexpected-mitm", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Unexpected plugin for the mitm library", | ||
@@ -15,3 +15,2 @@ "main": "lib/unexpectedMitm.js", | ||
"jshint": "2.6.0", | ||
"mitm": "1.0.3", | ||
"request": "2.53.0", | ||
@@ -23,2 +22,3 @@ "unexpected": "5.8.1", | ||
"messy": "4.1.1", | ||
"mitm": "1.0.3", | ||
"mocha": "2.1.0", | ||
@@ -25,0 +25,0 @@ "underscore": "1.7.0", |
unexpected-mitm | ||
=============== | ||
[![NPM version](https://badge.fury.io/js/unexpected-mitm.png)](http://badge.fury.io/js/unexpected-mitm) | ||
[![Build Status](https://travis-ci.org/papandreou/unexpected-mitm.png)](https://travis-ci.org/papandreou/unexpected-mitm) | ||
[![Coverage Status](https://coveralls.io/repos/papandreou/unexpected-mitm/badge.png)](https://coveralls.io/r/papandreou/unexpected-mitm) | ||
[![Dependency Status](https://david-dm.org/papandreou/unexpected-mitm.png)](https://david-dm.org/papandreou/unexpected-mitm) | ||
![An unexpected man in the middle :)](logoImage.jpg) | ||
Plugin for Unexpected that allows you to mock out http(s) traffic via [mitm](https://github.com/moll/node-mitm), but using a declarative syntax. | ||
@@ -27,9 +34,2 @@ | ||
[![NPM version](https://badge.fury.io/js/unexpected-mitm.png)](http://badge.fury.io/js/unexpected-mitm) | ||
[![Build Status](https://travis-ci.org/papandreou/unexpected-mitm.png)](https://travis-ci.org/papandreou/unexpected-mitm) | ||
[![Coverage Status](https://coveralls.io/repos/papandreou/unexpected-mitm/badge.png)](https://coveralls.io/r/papandreou/unexpected-mitm) | ||
[![Dependency Status](https://david-dm.org/papandreou/unexpected-mitm.png)](https://david-dm.org/papandreou/unexpected-mitm) | ||
![An unexpected man in the middle :)](logoImage.png) | ||
License | ||
@@ -36,0 +36,0 @@ ------- |
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
79218
5
12
6
+ Addedmitm@1.0.3
+ Addedmitm@1.0.3(transitive)
+ Addedunderscore@1.5.2(transitive)