Socket
Socket
Sign inDemoInstall

@vitest/expect

Package Overview
Dependencies
Maintainers
3
Versions
95
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 0.27.0 to 0.27.1

4

dist/index.js

@@ -997,3 +997,3 @@ import c from 'picocolors';

if (called && isNot)
msg += formatCalls(spy, msg);
msg = formatCalls(spy, msg);
if (called && isNot || !called && !isNot) {

@@ -1020,3 +1020,3 @@ const err = new Error(msg);

if (pass && isNot || !pass && !isNot) {
msg += formatCalls(spy, msg, args);
msg = formatCalls(spy, msg, args);
const err = new Error(msg);

@@ -1023,0 +1023,0 @@ err.name = "AssertionError";

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

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

"picocolors": "^1.0.0",
"@vitest/utils": "0.27.0",
"@vitest/spy": "0.27.0"
"@vitest/spy": "0.27.1",
"@vitest/utils": "0.27.1"
},

@@ -33,0 +33,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