You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jest-matcher-utils

Package Overview
Dependencies
Maintainers
5
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-matcher-utils - npm Package Compare versions

Comparing version

to
30.0.0-rc.1

12

build/index.d.ts

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

import chalk = require('chalk');
import {Chalk} from 'chalk';
import {DiffOptions as DiffOptions_2} from 'jest-diff';
export declare const BOLD_WEIGHT: chalk.Chalk;
export declare const BOLD_WEIGHT: Chalk;

@@ -22,3 +22,3 @@ export declare const diff: (

export declare const DIM_COLOR: chalk.Chalk;
export declare const DIM_COLOR: Chalk;

@@ -65,3 +65,3 @@ /**

export declare const EXPECTED_COLOR: chalk.Chalk;
export declare const EXPECTED_COLOR: Chalk;

@@ -72,3 +72,3 @@ export declare const getLabelPrinter: (...strings: Array<string>) => PrintLabel;

export declare const INVERTED_COLOR: chalk.Chalk;
export declare const INVERTED_COLOR: Chalk;

@@ -123,3 +123,3 @@ export declare const matcherErrorMessage: (

export declare const RECEIVED_COLOR: chalk.Chalk;
export declare const RECEIVED_COLOR: Chalk;

@@ -126,0 +126,0 @@ export declare function replaceMatchedToAsymmetricMatcher(

{
"name": "jest-matcher-utils",
"description": "A set of utility functions for expect and related packages",
"version": "30.0.0-beta.8",
"version": "30.0.0-rc.1",
"repository": {

@@ -28,7 +28,7 @@ "type": "git",

"chalk": "^4.1.2",
"jest-diff": "30.0.0-beta.8",
"pretty-format": "30.0.0-beta.8"
"jest-diff": "30.0.0-rc.1",
"pretty-format": "30.0.0-rc.1"
},
"devDependencies": {
"@jest/test-utils": "30.0.0-beta.8",
"@jest/test-utils": "30.0.0-rc.1",
"@types/node": "*"

@@ -39,3 +39,3 @@ },

},
"gitHead": "ac334c0cdf04ead9999f0964567d81672d116d42"
"gitHead": "ce14203d9156f830a8e24a6e3e8205f670a72a40"
}