Socket
Socket
Sign inDemoInstall

@vitest/expect

Package Overview
Dependencies
Maintainers
3
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 0.28.3 to 0.28.4

15

dist/index.js

@@ -110,9 +110,2 @@ import { getColors, stringify, isObject, assertTypes } from '@vitest/utils';

var matcherUtils = /*#__PURE__*/Object.freeze({
__proto__: null,
stringify: stringify,
getMatcherUtils: getMatcherUtils,
diff: diff
});
function equals(a, b, customTesters, strictCheck) {

@@ -422,3 +415,9 @@ customTesters = customTesters || [];

isNot: this.inverse,
utils: matcherUtils
utils: {
...getMatcherUtils(),
diff,
stringify,
iterableEquality,
subsetEquality
}
};

@@ -425,0 +424,0 @@ }

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

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

"chai": "^4.3.7",
"@vitest/spy": "0.28.3",
"@vitest/utils": "0.28.3"
"@vitest/spy": "0.28.4",
"@vitest/utils": "0.28.4"
},

@@ -32,0 +32,0 @@ "devDependencies": {

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