Socket
Socket
Sign inDemoInstall

jest-mock

Package Overview
Dependencies
3
Maintainers
6
Versions
237
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.2.2 to 29.3.0

4

build/index.js

@@ -149,3 +149,3 @@ 'use strict';

return 'array';
} else if (typeName === 'Object') {
} else if (typeName === 'Object' || typeName === 'Module') {
return 'object';

@@ -515,3 +515,3 @@ } else if (

// if-do-while for perf reasons. The common case is for the if to fail.
if (name && name.startsWith(boundFunctionPrefix)) {
if (name.startsWith(boundFunctionPrefix)) {
do {

@@ -518,0 +518,0 @@ name = name.substring(boundFunctionPrefix.length);

{
"name": "jest-mock",
"version": "29.2.2",
"version": "29.3.0",
"repository": {

@@ -34,3 +34,3 @@ "type": "git",

},
"gitHead": "0a8edbe0ac434394a16cc173a03ff54a9cc50e41"
"gitHead": "84b8de987b33e2da20dc833aeb65f23d72a673cd"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc