Socket
Socket
Sign inDemoInstall

jest-each

Package Overview
Dependencies
22
Maintainers
6
Versions
143
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 27.0.6 to 27.1.0

2

build/validation.js

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

const NEWLINE = '\\n';
const HEADING = '\\s*\\w+\\s*';
const HEADING = '\\s*[^\\s]+\\s*';
const PIPE = '\\|';

@@ -112,0 +112,0 @@ const REPEATABLE_HEADING = `(${PIPE}${HEADING})*`;

{
"name": "jest-each",
"version": "27.0.6",
"version": "27.1.0",
"description": "Parameterised tests for Jest",

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

"dependencies": {
"@jest/types": "^27.0.6",
"@jest/types": "^27.1.0",
"chalk": "^4.0.0",
"jest-get-type": "^27.0.6",
"jest-util": "^27.0.6",
"pretty-format": "^27.0.6"
"jest-util": "^27.1.0",
"pretty-format": "^27.1.0"
},

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

},
"gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9"
"gitHead": "5ef792e957e83428d868a18618b8629e32719993"
}
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