Socket
Socket
Sign inDemoInstall

jest-mock

Package Overview
Dependencies
Maintainers
6
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-mock - npm Package Compare versions

Comparing version 27.0.2 to 27.0.3

4

build/index.js

@@ -949,5 +949,5 @@ 'use strict';

const JestMock = new ModuleMocker(global);
const fn = JestMock.fn;
const fn = JestMock.fn.bind(JestMock);
exports.fn = fn;
const spyOn = JestMock.spyOn;
const spyOn = JestMock.spyOn.bind(JestMock);
exports.spyOn = spyOn;
{
"name": "jest-mock",
"version": "27.0.2",
"version": "27.0.3",
"repository": {

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

},
"gitHead": "7ca8a22b8453e95c63842ee6aa4d8d8d8b4f9612"
"gitHead": "d10f645b04ba9febb7308392e635c0351d0f027c"
}
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