New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vitest/utils

Package Overview
Dependencies
Maintainers
4
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitest/utils - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

dist/source-map.js

@@ -923,3 +923,3 @@ import { notNullish, isPrimitive } from './helpers.js';

}
file = resolve(file);
file = file.startsWith("node:") || file.startsWith("internal:") ? file : resolve(file);
if (method) {

@@ -926,0 +926,0 @@ method = method.replace(/__vite_ssr_import_\d+__\./g, "");

{
"name": "@vitest/utils",
"type": "module",
"version": "3.0.3",
"version": "3.0.4",
"description": "Shared Vitest utility functions",

@@ -65,3 +65,3 @@ "license": "MIT",

"tinyrainbow": "^2.0.0",
"@vitest/pretty-format": "3.0.3"
"@vitest/pretty-format": "3.0.4"
},

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