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

jest-mock-promise

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-mock-promise - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

lib/jest-mock-promise.ts

4

dist/jest-mock-promise.js

@@ -7,5 +7,5 @@ (function webpackUniversalModuleDefinition(root, factory) {

else if(typeof exports === 'object')
exports["JestMockPromise"] = factory();
exports["jest-mock-promise"] = factory();
else
root["JestMockPromise"] = factory();
root["jest-mock-promise"] = factory();
})(this, function() {

@@ -12,0 +12,0 @@ return /******/ (function(modules) { // webpackBootstrap

{
"name": "jest-mock-promise",
"version": "1.0.7",
"version": "1.0.8",
"description": "Synchronous Promise Mock for testing with Jest",
"main": "./src/jest-mock-promise.ts",
"main": "./lib/jest-mock-promise.ts",
"module": "./dist/jest-mock-promise.js",

@@ -7,0 +7,0 @@ "scripts": {

const path = require('path');
const srcDir = './src/';
const srcDir = './lib/';
const destDir = 'dist';

@@ -13,3 +13,3 @@

filename: '[name].js',
library: 'JestMockPromise',
library: 'jest-mock-promise',
libraryTarget: 'umd'

@@ -16,0 +16,0 @@ },

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