Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@vitest/expect

Package Overview
Dependencies
Maintainers
5
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitest/expect - npm Package Compare versions

Comparing version
4.1.1
to
4.1.2
+1
-0
dist/index.d.ts

@@ -167,2 +167,3 @@ import { Test } from '@vitest/runner';

expected?: any;
meta?: object;
}

@@ -169,0 +170,0 @@ type AsyncExpectationResult = Promise<SyncExpectationResult>;

+5
-5
{
"name": "@vitest/expect",
"type": "module",
"version": "4.1.1",
"version": "4.1.2",
"description": "Jest's expect matchers as a Chai plugin",

@@ -41,8 +41,8 @@ "license": "MIT",

"chai": "^6.2.2",
"tinyrainbow": "^3.0.3",
"@vitest/spy": "4.1.1",
"@vitest/utils": "4.1.1"
"tinyrainbow": "^3.1.0",
"@vitest/spy": "4.1.2",
"@vitest/utils": "4.1.2"
},
"devDependencies": {
"@vitest/runner": "4.1.1"
"@vitest/runner": "4.1.2"
},

@@ -49,0 +49,0 @@ "scripts": {

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