Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-create-mock-instance

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-create-mock-instance - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

0

index.d.ts

@@ -0,0 +0,0 @@ /**

7

index.js
var jestMock = require("jest-mock");
Object.defineProperty(exports, "__esModule", { value: true });

@@ -15,5 +14,3 @@ /**

module.exports = {
default: createMockInstance,
createMockInstance: createMockInstance
};
exports.default = exports.createMockInstance = createMockInstance;
Object.defineProperty(exports, "__esModule", { value: true });
{
"name": "jest-create-mock-instance",
"version": "1.0.2",
"version": "1.0.3",
"description": "Create class mock instances easily with Jest",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,0 +0,0 @@ ## Description

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