Socket
Socket
Sign inDemoInstall

@vitest/expect

Package Overview
Dependencies
Maintainers
4
Versions
97
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 2.0.3 to 2.0.4

2

dist/index.d.ts

@@ -101,3 +101,3 @@ import * as tinyrainbow from 'tinyrainbow';

toMatch: (expected: string | RegExp) => void;
toMatchObject: <E extends {} | any[]>(expected: E) => void;
toMatchObject: <E extends object | any[]>(expected: E) => void;
toContain: <E>(item: E) => void;

@@ -104,0 +104,0 @@ toContainEqual: <E>(item: E) => void;

{
"name": "@vitest/expect",
"type": "module",
"version": "2.0.3",
"version": "2.0.4",
"description": "Jest's expect matchers as a Chai plugin",

@@ -35,4 +35,4 @@ "license": "MIT",

"tinyrainbow": "^1.2.0",
"@vitest/spy": "2.0.3",
"@vitest/utils": "2.0.3"
"@vitest/utils": "2.0.4",
"@vitest/spy": "2.0.4"
},

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

"rollup-plugin-copy": "^3.5.0",
"@vitest/runner": "2.0.3"
"@vitest/runner": "2.0.4"
},

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

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