Socket
Socket
Sign inDemoInstall

@vitest/snapshot

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitest/snapshot - npm Package Compare versions

Comparing version 2.0.0-beta.12 to 2.0.0-beta.13

3

dist/index.js

@@ -1094,2 +1094,5 @@ import { plugins, format } from 'pretty-format';

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

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

4

package.json
{
"name": "@vitest/snapshot",
"type": "module",
"version": "2.0.0-beta.12",
"version": "2.0.0-beta.13",
"description": "Vitest snapshot manager",

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

"natural-compare": "^1.4.0",
"@vitest/utils": "2.0.0-beta.12"
"@vitest/utils": "2.0.0-beta.13"
},

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

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