Socket
Socket
Sign inDemoInstall

mm

Package Overview
Dependencies
9
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.5 to 1.4.0

6

History.md
1.4.0 / 2016-06-12
==================
* deps: upgrade muk (#26)
* feat: remove EventEmitter from 'event' module
1.3.5 / 2015-09-29

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

2

lib/mm.js

@@ -15,3 +15,3 @@ /**!

var EventEmitter = require('events').EventEmitter;
var EventEmitter = require('events');
var muk = require('muk');

@@ -18,0 +18,0 @@ var http = require('http');

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

@@ -11,4 +11,4 @@ "main": "index.js",

"scripts": {
"test": "npm run lint && mocha --check-leaks -R spec -t 5000 -r should-http -r co-mocha test/*.test.js",
"test-cov": "npm run lint && istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 -r should-http -r co-mocha test/*.test.js",
"test": "npm run lint && mocha -R spec -t 5000 -r should-http -r co-mocha test/*.test.js",
"test-cov": "npm run lint && istanbul cover node_modules/.bin/_mocha -- -t 5000 -r should-http -r co-mocha test/*.test.js",
"lint": "eslint lib test index.js",

@@ -21,3 +21,3 @@ "autod": "autod -w --prefix '~'"

"is-type-of": "~0.3.1",
"muk": "~0.4.0",
"muk": "^0.5.0",
"semver": "~4.3.4",

@@ -52,4 +52,7 @@ "thenify": "~3.1.0"

],
"engines": {
"node": ">=0.12.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.com)",
"license": "MIT"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc