Socket
Socket
Sign inDemoInstall

jest-each

Package Overview
Dependencies
24
Maintainers
4
Versions
143
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 30.0.0-alpha.3 to 30.0.0-alpha.4

4

build/index.js

@@ -105,3 +105,3 @@ /*!

function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
/**

@@ -199,2 +199,4 @@ * Copyright (c) Meta Platforms, Inc. and affiliates.

function getPath(template, [head, ...tail]) {
if (template === null) return 'null';
if (template === undefined) return 'undefined';
if (!head || !Object.prototype.hasOwnProperty.call(template, head)) return template;

@@ -201,0 +203,0 @@ return getPath(template[head], tail);

{
"name": "jest-each",
"version": "30.0.0-alpha.3",
"version": "30.0.0-alpha.4",
"description": "Parameterised tests for Jest",

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

"dependencies": {
"@jest/types": "30.0.0-alpha.3",
"@jest/types": "30.0.0-alpha.4",
"chalk": "^4.0.0",
"jest-get-type": "30.0.0-alpha.3",
"jest-util": "30.0.0-alpha.3",
"pretty-format": "30.0.0-alpha.3"
"jest-get-type": "30.0.0-alpha.4",
"jest-util": "30.0.0-alpha.4",
"pretty-format": "30.0.0-alpha.4"
},

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

},
"gitHead": "e267aff33d105399f2134bad7c8f82285104f3da"
"gitHead": "32b966f988d47a7673d2ef4b92e834dab7d66f07"
}

Sorry, the diff of this file is not supported yet

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