New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@johanblumenberg/ts-mockito

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@johanblumenberg/ts-mockito - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

3

lib/ts-mockito.js

@@ -58,2 +58,3 @@ "use strict";

var originalSetTimeout = setTimeout;
var originalSetImmediate = setImmediate;
var Mock_2 = require("./Mock");

@@ -205,3 +206,3 @@ exports.MockPropertyPolicy = Mock_2.MockPropertyPolicy;

function nextTick() {
return new Promise(function (resolve) { return originalSetTimeout(function () { return setImmediate(resolve); }, 0); });
return new Promise(function (resolve) { return originalSetTimeout(function () { return originalSetImmediate(resolve); }, 0); });
}

@@ -208,0 +209,0 @@ exports.nextTick = nextTick;

{
"name": "@johanblumenberg/ts-mockito",
"version": "1.0.19",
"version": "1.0.20",
"description": "Mocking library for TypeScript",

@@ -5,0 +5,0 @@ "main": "lib/ts-mockito.js",

Sorry, the diff of this file is not supported yet

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