Socket
Socket
Sign inDemoInstall

mm

Package Overview
Dependencies
Maintainers
1
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 0.0.8 to 0.0.9

5

History.md
0.0.9 / 2012-11-28
==================
* add request() mock statusCode
0.0.8 / 2012-11-27

@@ -3,0 +8,0 @@ ==================

1

lib/mm.js

@@ -207,2 +207,3 @@ /*!

var res = new EventEmitter();
res.statusCode = headers.statusCode || 200;
res.setEncoding = function (charset) {

@@ -209,0 +210,0 @@ res.charset = charset;

2

package.json
{
"name": "mm",
"version": "0.0.8",
"version": "0.0.9",
"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