Socket
Socket
Sign inDemoInstall

@jest/expect

Package Overview
Dependencies
152
Maintainers
6
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.0.0-alpha.5 to 29.0.0-alpha.6

build/types.d.ts

10

build/index.d.ts

@@ -10,6 +10,8 @@ /**

import type {BaseExpect} from 'expect';
import {MatcherContext} from 'expect';
import {MatcherFunction} from 'expect';
import {MatcherFunctionWithState} from 'expect';
import {MatcherFunctionWithContext} from 'expect';
import {Matchers} from 'expect';
import {MatcherState} from 'expect';
import {MatcherUtils} from 'expect';
import type {SnapshotMatchers} from 'jest-snapshot';

@@ -40,5 +42,7 @@

export {MatcherContext};
export {MatcherFunction};
export {MatcherFunctionWithState};
export {MatcherFunctionWithContext};

@@ -49,2 +53,4 @@ export {Matchers};

export {MatcherUtils};
declare type PromiseMatchers<T = unknown> = {

@@ -51,0 +57,0 @@ /**

8

package.json
{
"name": "@jest/expect",
"version": "29.0.0-alpha.5",
"version": "29.0.0-alpha.6",
"repository": {

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

"dependencies": {
"expect": "^29.0.0-alpha.4",
"jest-snapshot": "^29.0.0-alpha.5"
"expect": "^29.0.0-alpha.6",
"jest-snapshot": "^29.0.0-alpha.6"
},

@@ -34,3 +34,3 @@ "devDependencies": {

},
"gitHead": "63e506b5d1558a9132a8fa65151407b0a40be3a5"
"gitHead": "4def94b073cad300e99de378ba900e6ba9b7032f"
}
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