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

jest-each

Package Overview
Dependencies
Maintainers
2
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 24.0.0-alpha.12 to 24.0.0-alpha.13

2

build/bind.js

@@ -233,3 +233,3 @@ 'use strict';

(acc, value, index) =>
Object.assign({}, acc, {
Object.assign(acc, {
[keys[index]]: value

@@ -236,0 +236,0 @@ }),

{
"name": "jest-each",
"version": "24.0.0-alpha.12",
"version": "24.0.0-alpha.13",
"description": "Parameterised tests for Jest",

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

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

@@ -21,4 +22,4 @@ "keywords": [

"chalk": "^2.0.1",
"jest-util": "^24.0.0-alpha.12",
"pretty-format": "^24.0.0-alpha.12"
"jest-util": "^24.0.0-alpha.13",
"pretty-format": "^24.0.0-alpha.13"
},

@@ -28,3 +29,3 @@ "engines": {

},
"gitHead": "4f2bcb861d1f0fb150c05970362e52a38c31f67e"
"gitHead": "6de22dde9a10f775adc7b6f80080bdd224f6ae31"
}
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