Socket
Socket
Sign inDemoInstall

@vitest/expect

Package Overview
Dependencies
Maintainers
3
Versions
92
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.34.3 to 0.34.4

8

./dist/index.js

@@ -378,4 +378,8 @@ import { getColors, stringify, isObject, assertTypes } from '@vitest/utils';

return void 0;
dataViewA = new DataView(a);
dataViewB = new DataView(b);
try {
dataViewA = new DataView(a);
dataViewB = new DataView(b);
} catch {
return void 0;
}
}

@@ -382,0 +386,0 @@ if (dataViewA.byteLength !== dataViewB.byteLength)

@@ -378,4 +378,8 @@ import { getColors, stringify, isObject, assertTypes } from '@vitest/utils';

return void 0;
dataViewA = new DataView(a);
dataViewB = new DataView(b);
try {
dataViewA = new DataView(a);
dataViewB = new DataView(b);
} catch {
return void 0;
}
}

@@ -382,0 +386,0 @@ if (dataViewA.byteLength !== dataViewB.byteLength)

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

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

"chai": "^4.3.7",
"@vitest/utils": "0.34.3",
"@vitest/spy": "0.34.3"
"@vitest/utils": "0.34.4",
"@vitest/spy": "0.34.4"
},
"devDependencies": {
"picocolors": "^1.0.0",
"@vitest/runner": "0.34.3"
"@vitest/runner": "0.34.4"
},

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc