Socket
Socket
Sign inDemoInstall

jest-matcher-utils

Package Overview
Dependencies
10
Maintainers
5
Versions
230
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 21.0.0-alpha.1 to 21.0.0-alpha.2

5

build/index.js

@@ -52,2 +52,6 @@ 'use strict';

const SUGGEST_TO_EQUAL = _chalk2.default.dim(
'Looks like you wanted to test for object/array equality with strict `toBe` matcher. You probably need to use `toEqual` instead.');
const stringify = function (object) {let maxDepth = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 10;

@@ -169,2 +173,3 @@ const MAX_LENGTH = 10000;

RECEIVED_COLOR,
SUGGEST_TO_EQUAL,
ensureActualIsNumber,

@@ -171,0 +176,0 @@ ensureExpectedIsNumber,

6

package.json
{
"name": "jest-matcher-utils",
"description": "A set of utility functions for jest-matchers and related packages",
"version": "21.0.0-alpha.1",
"version": "21.0.0-alpha.2",
"repository": {

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

"chalk": "^2.0.1",
"jest-get-type": "21.0.0-alpha.1",
"pretty-format": "21.0.0-alpha.1"
"jest-get-type": "21.0.0-alpha.2",
"pretty-format": "21.0.0-alpha.2"
}
}
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