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

jest-each

Package Overview
Dependencies
Maintainers
6
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-each - npm Package Compare versions

Comparing version 27.4.6 to 27.5.0

4

build/bind.d.ts

@@ -9,5 +9,5 @@ /**

import type { Global } from '@jest/types';
export declare type EachTests = Array<{
export declare type EachTests = ReadonlyArray<{
title: string;
arguments: Array<unknown>;
arguments: ReadonlyArray<unknown>;
}>;

@@ -14,0 +14,0 @@ declare type GlobalCallback = (testName: string, fn: Global.ConcurrentTestFn, timeout?: number) => void;

{
"name": "jest-each",
"version": "27.4.6",
"version": "27.5.0",
"description": "Parameterised tests for Jest",

@@ -28,7 +28,7 @@ "main": "./build/index.js",

"dependencies": {
"@jest/types": "^27.4.2",
"@jest/types": "^27.5.0",
"chalk": "^4.0.0",
"jest-get-type": "^27.4.0",
"jest-util": "^27.4.2",
"pretty-format": "^27.4.6"
"jest-get-type": "^27.5.0",
"jest-util": "^27.5.0",
"pretty-format": "^27.5.0"
},

@@ -41,3 +41,3 @@ "engines": {

},
"gitHead": "644d2d3e53536b0d67e395c0f35f8555a67beb1e"
"gitHead": "247cbe6026a590deaf0d23edecc7b2779a4aace9"
}
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