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

mm

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mm - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

6

History.md
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 @@ ==================

1

lib/mm.js

@@ -419,2 +419,3 @@ 'use strict';

});
res.socket = req.socket;
res.statusCode = 200;

@@ -421,0 +422,0 @@ res.headers = {

2

package.json
{
"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",

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