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.33 to 1.0.34

6

lib/Mock.js

@@ -37,4 +37,6 @@ "use strict";

this.processProperties(this.clazz.prototype);
this.processClassCode(this.clazz);
this.processFunctionsCode(this.clazz.prototype);
if (typeof Proxy === "undefined") {
this.processClassCode(this.clazz);
this.processFunctionsCode(this.clazz.prototype);
}
}

@@ -41,0 +43,0 @@ if (typeof Proxy !== "undefined") {

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

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

@@ -456,1 +456,2 @@ # @johanblumenberg/ts-mockito

* Johan Blumenberg (https://github.com/johanblumenberg)
* Lorens León (https://github.com/leon19)

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