Comparing version 3.2.4 to 3.3.0
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 |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
9
691
28476
- Removedko-sleep@^1.0.3
- Removedko-sleep@1.1.4(transitive)
- Removedms@2.1.3(transitive)