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.12 to 1.0.13

lib/src/capture/ArgCaptor.d.ts

2

lib/ts-mockito.js

@@ -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

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