Socket
Socket
Sign inDemoInstall

jest-each

Package Overview
Dependencies
23
Maintainers
6
Versions
141
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.6.2 to 29.6.3

14

package.json
{
"name": "jest-each",
"version": "29.6.2",
"version": "29.6.3",
"description": "Parameterised tests for Jest",

@@ -16,3 +16,3 @@ "main": "./build/index.js",

"type": "git",
"url": "https://github.com/facebook/jest.git",
"url": "https://github.com/jestjs/jest.git",
"directory": "packages/jest-each"

@@ -29,7 +29,7 @@ },

"dependencies": {
"@jest/types": "^29.6.1",
"@jest/types": "^29.6.3",
"chalk": "^4.0.0",
"jest-get-type": "^29.4.3",
"jest-util": "^29.6.2",
"pretty-format": "^29.6.2"
"jest-get-type": "^29.6.3",
"jest-util": "^29.6.3",
"pretty-format": "^29.6.3"
},

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

},
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
"gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b"
}

@@ -8,3 +8,3 @@ <div align="center">

[![version](https://img.shields.io/npm/v/jest-each.svg?style=flat-square)](https://www.npmjs.com/package/jest-each) [![downloads](https://img.shields.io/npm/dm/jest-each.svg?style=flat-square)](http://npm-stat.com/charts.html?package=jest-each&from=2017-03-21) [![MIT License](https://img.shields.io/npm/l/jest-each.svg?style=flat-square)](https://github.com/facebook/jest/blob/main/LICENSE)
[![version](https://img.shields.io/npm/v/jest-each.svg?style=flat-square)](https://www.npmjs.com/package/jest-each) [![downloads](https://img.shields.io/npm/dm/jest-each.svg?style=flat-square)](http://npm-stat.com/charts.html?package=jest-each&from=2017-03-21) [![MIT License](https://img.shields.io/npm/l/jest-each.svg?style=flat-square)](https://github.com/jestjs/jest/blob/main/LICENSE)

@@ -11,0 +11,0 @@ A parameterised testing library for [Jest](https://jestjs.io/) inspired by [mocha-each](https://github.com/ryym/mocha-each).

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc