Socket
Socket
Sign inDemoInstall

jest-matcher-utils

Package Overview
Dependencies
Maintainers
5
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 21.0.0-beta.1 to 21.0.0

2

build/index.js

@@ -28,3 +28,3 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });exports.matcherHint = exports.pluralize = exports.ensureNumbers = exports.ensureExpectedIsNumber = exports.ensureActualIsNumber = exports.ensureNoExpected = exports.printWithType = exports.printExpected = exports.printReceived = exports.highlightTrailingWhitespace = exports.stringify = exports.SUGGEST_TO_EQUAL = exports.RECEIVED_BG = exports.RECEIVED_COLOR = exports.EXPECTED_BG = exports.EXPECTED_COLOR = undefined;

*
*/const AsymmetricMatcher = _prettyFormat$plugins.AsymmetricMatcher,HTMLElement = _prettyFormat$plugins.HTMLElement,Immutable = _prettyFormat$plugins.Immutable,ReactElement = _prettyFormat$plugins.ReactElement,ReactTestComponent = _prettyFormat$plugins.ReactTestComponent;const PLUGINS = [ReactTestComponent, ReactElement, HTMLElement, Immutable, AsymmetricMatcher];
*/const AsymmetricMatcher = _prettyFormat$plugins.AsymmetricMatcher,DOMElement = _prettyFormat$plugins.DOMElement,Immutable = _prettyFormat$plugins.Immutable,ReactElement = _prettyFormat$plugins.ReactElement,ReactTestComponent = _prettyFormat$plugins.ReactTestComponent;const PLUGINS = [ReactTestComponent, ReactElement, DOMElement, Immutable, AsymmetricMatcher];

@@ -31,0 +31,0 @@ const EXPECTED_COLOR = exports.EXPECTED_COLOR = _chalk2.default.green;

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

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

"chalk": "^2.0.1",
"jest-get-type": "21.0.0-beta.1",
"pretty-format": "21.0.0-beta.1"
"jest-get-type": "^21.0.0",
"pretty-format": "^21.0.0"
}
}

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