Socket
Socket
Sign inDemoInstall

@vitest/utils

Package Overview
Dependencies
Maintainers
4
Versions
95
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 2.0.0-beta.12 to 2.0.0-beta.13

1

dist/source-map.d.ts

@@ -107,2 +107,3 @@ import { ParsedStack, ErrorWithDiff } from './types.js';

getSourceMap?: (file: string) => unknown;
getFileName?: (id: string) => string;
frameFilter?: (error: Error, frame: ParsedStack) => boolean | void;

@@ -109,0 +110,0 @@ }

@@ -892,2 +892,5 @@ import { notNullish, isPrimitive } from './helpers.js';

var _a;
if (options.getFileName) {
stack2.file = options.getFileName(stack2.file);
}
const map = (_a = options.getSourceMap) == null ? void 0 : _a.call(options, stack2.file);

@@ -894,0 +897,0 @@ if (!map || typeof map !== "object" || !map.version) {

2

package.json
{
"name": "@vitest/utils",
"type": "module",
"version": "2.0.0-beta.12",
"version": "2.0.0-beta.13",
"description": "Shared Vitest utility functions",

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

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