Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-matcher-utils

Package Overview
Dependencies
Maintainers
7
Versions
232
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 24.5.0 to 24.6.0

tsconfig.tsbuildinfo

3

build/index.d.ts

@@ -25,2 +25,5 @@ /**

};
export declare const BOLD_WEIGHT: import("chalk").Chalk & {
supportsColor: import("chalk").ColorSupport;
};
export declare const SUGGEST_TO_EQUAL: string;

@@ -27,0 +30,0 @@ export declare const SUGGEST_TO_CONTAIN_EQUAL: string;

4

build/index.js

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

});
exports.matcherHint = exports.matcherErrorMessage = exports.getLabelPrinter = exports.pluralize = exports.diff = exports.ensureExpectedIsNonNegativeInteger = exports.ensureNumbers = exports.ensureExpectedIsNumber = exports.ensureActualIsNumber = exports.ensureNoExpected = exports.printWithType = exports.printExpected = exports.printReceived = exports.highlightTrailingWhitespace = exports.stringify = exports.SUGGEST_TO_CONTAIN_EQUAL = exports.SUGGEST_TO_EQUAL = exports.INVERTED_COLOR = exports.RECEIVED_COLOR = exports.EXPECTED_COLOR = void 0;
exports.matcherHint = exports.matcherErrorMessage = exports.getLabelPrinter = exports.pluralize = exports.diff = exports.ensureExpectedIsNonNegativeInteger = exports.ensureNumbers = exports.ensureExpectedIsNumber = exports.ensureActualIsNumber = exports.ensureNoExpected = exports.printWithType = exports.printExpected = exports.printReceived = exports.highlightTrailingWhitespace = exports.stringify = exports.SUGGEST_TO_CONTAIN_EQUAL = exports.SUGGEST_TO_EQUAL = exports.BOLD_WEIGHT = exports.INVERTED_COLOR = exports.RECEIVED_COLOR = exports.EXPECTED_COLOR = void 0;

@@ -79,2 +79,4 @@ var _chalk = _interopRequireDefault(require('chalk'));

exports.INVERTED_COLOR = INVERTED_COLOR;
const BOLD_WEIGHT = _chalk.default.bold;
exports.BOLD_WEIGHT = BOLD_WEIGHT;
const DIM_COLOR = _chalk.default.dim;

@@ -81,0 +83,0 @@ const NUMBERS = [

{
"name": "jest-matcher-utils",
"description": "A set of utility functions for expect and related packages",
"version": "24.5.0",
"version": "24.6.0",
"repository": {

@@ -17,5 +17,5 @@ "type": "git",

"chalk": "^2.0.1",
"jest-diff": "^24.5.0",
"jest-diff": "^24.6.0",
"jest-get-type": "^24.3.0",
"pretty-format": "^24.5.0"
"pretty-format": "^24.6.0"
},

@@ -25,3 +25,3 @@ "publishConfig": {

},
"gitHead": "800533020f5b2f153615c821ed7cb12fd868fa6f"
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
}

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