Socket
Socket
Sign inDemoInstall

jest-each

Package Overview
Dependencies
Maintainers
1
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 0.4.0 to 0.5.0

13

dist/index.js

@@ -30,3 +30,3 @@ (function (global, factory) {

exports.default = function () {
var each = function each() {
if (arguments.length > 1) {

@@ -39,3 +39,14 @@ return (0, _template2.default)(global).apply(undefined, arguments);

each.withGlobal = function (g) {
return function () {
if (arguments.length > 1) {
return (0, _template2.default)(g).apply(undefined, arguments);
}
return (0, _array2.default)(g).apply(undefined, arguments);
};
};
exports.default = each;
module.exports = exports['default'];
});

2

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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