@johanblumenberg/ts-mockito
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -163,3 +163,3 @@ "use strict"; | ||
function nextTick() { | ||
return new Promise(function (resolve) { return setTimeout(resolve, 0); }); | ||
return new Promise(function (resolve) { return setImmediate(resolve); }); | ||
} | ||
@@ -166,0 +166,0 @@ exports.nextTick = nextTick; |
{ | ||
"name": "@johanblumenberg/ts-mockito", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Mocking library for TypeScript", | ||
@@ -56,3 +56,3 @@ "main": "lib/ts-mockito.js", | ||
"dependencies": { | ||
"lodash": "^4.17.5" | ||
"lodash": "^4.17.15" | ||
}, | ||
@@ -59,0 +59,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
519517
334
7235
1
Updatedlodash@^4.17.15