Socket
Socket
Sign inDemoInstall

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 1.5.1 to 1.5.2

6

History.md
1.5.2 / 2017-09-06
==================
**fixes**
* [[`59099d5`](http://github.com/node-modules/mm/commit/59099d530b7c81056ce6429c639729183782ecd3)] - fix: use var instead of const (#37) (fengmk2 <<fengmk2@gmail.com>>)
1.5.1 / 2016-07-21

@@ -3,0 +9,0 @@ ==================

12

lib/es6.js

@@ -1,15 +0,3 @@

/**!
* Copyright(c) fengmk2 and other contributors.
* MIT Licensed
*
* Authors:
* fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)
*/
'use strict';
/**
* Module dependencies.
*/
var is = require('is-type-of');

@@ -16,0 +4,0 @@ var sleep = require('co-sleep');

14

lib/mm.js

@@ -1,15 +0,3 @@

/**!
* Copyright(c) node-modules and other contributors.
* MIT Licensed
*
* Authors:
* fengmk2 <fengmk2@gmail.com> (http://fengmk2.com)
*/
'use strict';
/**
* Module dependencies.
*/
var EventEmitter = require('events');

@@ -449,3 +437,3 @@ var muk = require('muk');

function omit(obj, key) {
const newObj = {};
var newObj = {};
for (var k in obj) {

@@ -452,0 +440,0 @@ if (k !== key) {

{
"name": "mm",
"version": "1.5.1",
"version": "1.5.2",
"description": "mock mate, mock http request, fs access and so on.",

@@ -36,6 +36,9 @@ "main": "index.js",

"should": "6",
"should-http": "*",
"should-http": "~0.0.4",
"thunkify-wrap": "1"
},
"homepage": "http://github.com/node-modules/mm",
"publishConfig": {
"tag": "latest-1"
},
"repository": {

@@ -56,2 +59,2 @@ "type": "git",

"license": "MIT"
}
}
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