🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vitest/pretty-format

Package Overview
Dependencies
Maintainers
5
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitest/pretty-format - npm Package Compare versions

Comparing version
5.0.0-beta.5
to
5.0.0-beta.6
+1
-1
dist/index.js

@@ -237,3 +237,3 @@ import styles from 'tinyrainbow';

// hidden injected value that should not be printed
if (typeof value === "string" && value[0] === "_" && value.startsWith("__vitest_") && value.match(/__vitest_\d+__/)) {
if (typeof value === "string" && value[0] === "_" && value.startsWith("__vitest_") && /__vitest_\d+__/.test(value)) {
return "";

@@ -240,0 +240,0 @@ }

{
"name": "@vitest/pretty-format",
"type": "module",
"version": "5.0.0-beta.5",
"version": "5.0.0-beta.6",
"description": "Fork of pretty-format with support for ESM",

@@ -6,0 +6,0 @@ "license": "MIT",