Socket
Socket
Sign inDemoInstall

expect

Package Overview
Dependencies
42
Maintainers
2
Versions
234
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 30.0.0-alpha.2 to 30.0.0-alpha.3

17

build/index.d.ts

@@ -54,7 +54,6 @@ /**

export declare type Expect = {
<T = unknown>(
actual: T,
): Matchers<void, T> & Inverse<Matchers<void, T>> & PromiseMatchers<T>;
} & BaseExpect &
export declare type Expect = (<T = unknown>(
actual: T,
) => Matchers<void, T> & Inverse<Matchers<void, T>> & PromiseMatchers<T>) &
BaseExpect &
AsymmetricMatchers &

@@ -314,5 +313,7 @@ Inverse<Omit<AsymmetricMatchers, 'any' | 'anything'>>;

declare type RawMatcherFn<Context extends MatcherContext = MatcherContext> = {
(this: Context, actual: any, ...expected: Array<any>): ExpectationResult;
};
declare type RawMatcherFn<Context extends MatcherContext = MatcherContext> = (
this: Context,
actual: any,
...expected: Array<any>
) => ExpectationResult;

@@ -319,0 +320,0 @@ export declare type SyncExpectationResult = {

{
"name": "expect",
"version": "30.0.0-alpha.2",
"version": "30.0.0-alpha.3",
"repository": {

@@ -24,11 +24,11 @@ "type": "git",

"dependencies": {
"@jest/expect-utils": "30.0.0-alpha.2",
"jest-get-type": "30.0.0-alpha.2",
"jest-matcher-utils": "30.0.0-alpha.2",
"jest-message-util": "30.0.0-alpha.2",
"jest-util": "30.0.0-alpha.2"
"@jest/expect-utils": "30.0.0-alpha.3",
"jest-get-type": "30.0.0-alpha.3",
"jest-matcher-utils": "30.0.0-alpha.3",
"jest-message-util": "30.0.0-alpha.3",
"jest-util": "30.0.0-alpha.3"
},
"devDependencies": {
"@fast-check/jest": "^1.3.0",
"@jest/test-utils": "30.0.0-alpha.2",
"@jest/test-utils": "30.0.0-alpha.3",
"@tsd/typescript": "^5.0.4",

@@ -45,3 +45,3 @@ "chalk": "^4.0.0",

},
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
"gitHead": "e267aff33d105399f2134bad7c8f82285104f3da"
}

Sorry, the diff of this file is too big to display

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