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

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 23.0.0-charlie.1 to 23.0.0-charlie.2

2

build/index.js

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

const SUGGEST_TO_EQUAL = (exports.SUGGEST_TO_EQUAL = _chalk2.default.dim(
'Looks like you wanted to test for object/array equality with the stricter `toBe` matcher. You probably need to use `toEqual` instead.'
'Note that you are testing for equality with the stricter `toBe` matcher using `Object.is`. For deep equality only, use `toEqual` instead.'
));

@@ -73,0 +73,0 @@

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

@@ -14,4 +14,4 @@ "type": "git",

"jest-get-type": "^22.1.0",
"pretty-format": "^23.0.0-charlie.1"
"pretty-format": "^23.0.0-charlie.2"
}
}
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