Socket
Socket
Sign inDemoInstall

jest-matcher-utils

Package Overview
Dependencies
14
Maintainers
6
Versions
229
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.1.0 to 28.1.1

14

build/index.d.ts

@@ -15,3 +15,3 @@ /**

b: unknown,
options?: DiffOptions_2 | undefined,
options?: DiffOptions,
) => string | null;

@@ -29,3 +29,3 @@

matcherName: string,
options?: MatcherHintOptions | undefined,
options?: MatcherHintOptions,
) => void;

@@ -36,3 +36,3 @@

matcherName: string,
options?: MatcherHintOptions | undefined,
options?: MatcherHintOptions,
) => void;

@@ -46,3 +46,3 @@

matcherName: string,
options?: MatcherHintOptions | undefined,
options?: MatcherHintOptions,
) => void;

@@ -53,3 +53,3 @@

matcherName: string,
options?: MatcherHintOptions | undefined,
options?: MatcherHintOptions,
) => void;

@@ -64,3 +64,3 @@

matcherName: string,
options?: MatcherHintOptions | undefined,
options?: MatcherHintOptions,
) => void;

@@ -79,3 +79,3 @@

generic: string,
specific?: string | undefined,
specific?: string,
) => string;

@@ -82,0 +82,0 @@

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

@@ -25,8 +25,8 @@ "type": "git",

"chalk": "^4.0.0",
"jest-diff": "^28.1.0",
"jest-diff": "^28.1.1",
"jest-get-type": "^28.0.2",
"pretty-format": "^28.1.0"
"pretty-format": "^28.1.1"
},
"devDependencies": {
"@jest/test-utils": "^28.1.0",
"@jest/test-utils": "^28.1.1",
"@types/node": "*"

@@ -37,3 +37,3 @@ },

},
"gitHead": "f5db241312f46528389e55c38221e6b6968622cf"
"gitHead": "eb954f8874960920ac50a8f976bb333fbb06ada9"
}
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