Comparing version 2.2.1 to 2.2.2
2.2.2 / 2018-07-12 | ||
================== | ||
**fixes** | ||
* [[`2cd32f9`](http://github.com/node-modules/mm/commit/2cd32f951e3881fd6cdd1768d54b015ced82860c)] - fix: mock http error response need socket (#40) (Yiyu He <<dead_horse@qq.com>>) | ||
2.2.1 / 2018-07-11 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -419,2 +419,3 @@ 'use strict'; | ||
}); | ||
res.socket = req.socket; | ||
res.statusCode = 200; | ||
@@ -421,0 +422,0 @@ res.headers = { |
{ | ||
"name": "mm", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "mock mate, mock http request, fs access and so on.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
26094
485