Socket
Socket
Sign inDemoInstall

mm

Package Overview
Dependencies
Maintainers
5
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 3.2.4 to 3.3.0

7

lib/es6.js
const is = require('is-type-of');
const sleep = require('ko-sleep');
const mm = require('./mm');
function sleep(ms) {
return new Promise(resolve => {
setTimeout(resolve, ms);
});
}
const mockDatas = mm.datas;

@@ -6,0 +11,0 @@ // support generator

13

package.json
{
"name": "mm",
"version": "3.2.4",
"version": "3.3.0",
"description": "mock mate, mock http request, fs access and so on.",

@@ -18,3 +18,2 @@ "main": "index.js",

"is-type-of": "^1.2.1",
"ko-sleep": "^1.0.3",
"muk-prop": "^1.2.1",

@@ -26,12 +25,9 @@ "thenify": "^3.3.0"

"co": "^4.6.0",
"egg-bin": "^5.5.0",
"enable": "^3.4.0",
"egg-bin": "^6.4.0",
"eslint": "^8.28.0",
"eslint-config-egg": "^12.1.0",
"node-patch": "*",
"pedding": "^1.1.0",
"should": "^13.2.3",
"thunkify-wrap": "^1.0.4",
"urllib": "^3.5.1",
"uuid": "^3.4.0"
"urllib": "^3.5.1"
},

@@ -52,7 +48,4 @@ "homepage": "http://github.com/node-modules/mm",

},
"ci": {
"version": "14, 16, 18"
},
"author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
"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