Socket
Socket
Sign inDemoInstall

jest-each

Package Overview
Dependencies
Maintainers
7
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 25.1.0 to 25.2.0-alpha.86

2

build/bind.d.ts

@@ -8,3 +8,3 @@ /**

*/
import { Global } from '@jest/types';
import type { Global } from '@jest/types';
export declare type EachTests = Array<{

@@ -11,0 +11,0 @@ title: string;

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

_jestUtil = function() {
_jestUtil = function () {
return data;

@@ -14,0 +14,0 @@ };

@@ -8,3 +8,3 @@ /**

*/
import { Global } from '@jest/types';
import type { Global } from '@jest/types';
import bind from './bind';

@@ -11,0 +11,0 @@ declare type Global = Global.Global;

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

enumerable: true,
get: function() {
get: function () {
return _bind.default;

@@ -15,12 +15,2 @@ }

function _types() {
const data = require('@jest/types');
_types = function() {
return data;
};
return data;
}
var _bind = _interopRequireDefault(require('./bind'));

@@ -27,0 +17,0 @@

@@ -8,6 +8,6 @@ /**

*/
import { Global } from '@jest/types';
import { EachTests } from '../bind';
import type { Global } from '@jest/types';
import type { EachTests } from '../bind';
declare const _default: (title: string, arrayTable: Global.ArrayTable) => EachTests;
export default _default;
//# sourceMappingURL=array.d.ts.map

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

util = function() {
util = function () {
return data;

@@ -22,3 +22,3 @@ };

_prettyFormat = function() {
_prettyFormat = function () {
return data;

@@ -37,3 +37,3 @@ };

var cache = new WeakMap();
_getRequireWildcardCache = function() {
_getRequireWildcardCache = function () {
return cache;

@@ -40,0 +40,0 @@ };

@@ -8,4 +8,4 @@ /**

*/
import { Global } from '@jest/types';
import { EachTests } from '../bind';
import type { Global } from '@jest/types';
import type { EachTests } from '../bind';
declare type Template = Record<string, unknown>;

@@ -12,0 +12,0 @@ declare type Headings = Array<string>;

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

_prettyFormat = function() {
_prettyFormat = function () {
return data;

@@ -23,3 +23,3 @@ };

_jestGetType = function() {
_jestGetType = function () {
return data;

@@ -26,0 +26,0 @@ };

@@ -8,5 +8,5 @@ /**

*/
import { Global } from '@jest/types';
export declare const validateArrayTable: (table: any) => void;
import type { Global } from '@jest/types';
export declare const validateArrayTable: (table: unknown) => void;
export declare const validateTemplateTableHeadings: (headings: string[], data: Global.TemplateData) => void;
//# sourceMappingURL=validation.d.ts.map

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

_chalk = function() {
_chalk = function () {
return data;

@@ -22,3 +22,3 @@ };

_prettyFormat = function() {
_prettyFormat = function () {
return data;

@@ -25,0 +25,0 @@ };

{
"name": "jest-each",
"version": "25.1.0",
"version": "25.2.0-alpha.86+cd98198c9",
"description": "Parameterised tests for Jest",

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

"dependencies": {
"@jest/types": "^25.1.0",
"@jest/types": "^25.2.0-alpha.86+cd98198c9",
"chalk": "^3.0.0",
"jest-get-type": "^25.1.0",
"jest-util": "^25.1.0",
"pretty-format": "^25.1.0"
"jest-get-type": "^25.2.0-alpha.86+cd98198c9",
"jest-util": "^25.2.0-alpha.86+cd98198c9",
"pretty-format": "^25.2.0-alpha.86+cd98198c9"
},

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

},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
"gitHead": "cd98198c9397d8b69c55155d7b224d62ef117a90"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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