Socket
Socket
Sign inDemoInstall

@vitest/expect

Package Overview
Dependencies
Maintainers
4
Versions
96
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.0-beta.12 to 2.0.0-beta.13

2

dist/index.d.ts

@@ -193,3 +193,3 @@ import * as _vitest_utils from '@vitest/utils';

declare class Anything extends AsymmetricMatcher<void> {
asymmetricMatch(other: unknown): boolean;
asymmetricMatch(other: unknown): other is {};
toString(): string;

@@ -196,0 +196,0 @@ toAsymmetricMatcher(): string;

{
"name": "@vitest/expect",
"type": "module",
"version": "2.0.0-beta.12",
"version": "2.0.0-beta.13",
"description": "Jest's expect matchers as a Chai plugin",

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

"chai": "^5.1.1",
"@vitest/spy": "2.0.0-beta.12",
"@vitest/utils": "2.0.0-beta.12"
"@vitest/spy": "2.0.0-beta.13",
"@vitest/utils": "2.0.0-beta.13"
},

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

"rollup-plugin-copy": "^3.5.0",
"@vitest/runner": "2.0.0-beta.12"
"@vitest/runner": "2.0.0-beta.13"
},

@@ -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