Socket
Socket
Sign inDemoInstall

@vitest/snapshot

Package Overview
Dependencies
Maintainers
3
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 1.0.0-beta.4 to 1.0.0-beta.5

dist/environment-AwZ-cC__.d.ts

2

dist/environment.d.ts

@@ -1,2 +0,2 @@

import { S as SnapshotEnvironment } from './environment-e71c592b.js';
import { S as SnapshotEnvironment } from './environment-AwZ-cC__.js';

@@ -3,0 +3,0 @@ declare class NodeSnapshotEnvironment implements SnapshotEnvironment {

@@ -1,4 +0,4 @@

import { S as SnapshotStateOptions, a as SnapshotMatchOptions, b as SnapshotResult, R as RawSnapshotInfo } from './index-d5eca340.js';
export { c as SnapshotData, e as SnapshotSummary, d as SnapshotUpdateState, U as UncheckedSnapshot } from './index-d5eca340.js';
import { S as SnapshotEnvironment } from './environment-e71c592b.js';
import { S as SnapshotStateOptions, a as SnapshotMatchOptions, b as SnapshotResult, R as RawSnapshotInfo } from './index-lPCXZXKD.js';
export { c as SnapshotData, e as SnapshotSummary, d as SnapshotUpdateState, U as UncheckedSnapshot } from './index-lPCXZXKD.js';
import { S as SnapshotEnvironment } from './environment-AwZ-cC__.js';
import { Plugin, Plugins } from 'pretty-format';

@@ -5,0 +5,0 @@

@@ -821,3 +821,3 @@ import { plugins, format } from 'pretty-format';

this.file = file;
this.names = names;
this.names = names || [];
this.sourceRoot = sourceRoot;

@@ -824,0 +824,0 @@ this.sources = sources;

@@ -1,4 +0,4 @@

import { S as SnapshotStateOptions, e as SnapshotSummary, b as SnapshotResult } from './index-d5eca340.js';
import { S as SnapshotStateOptions, e as SnapshotSummary, b as SnapshotResult } from './index-lPCXZXKD.js';
import 'pretty-format';
import './environment-e71c592b.js';
import './environment-AwZ-cC__.js';

@@ -5,0 +5,0 @@ declare class SnapshotManager {

{
"name": "@vitest/snapshot",
"type": "module",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Vitest snapshot manager",

@@ -21,11 +21,11 @@ "license": "MIT",

"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"default": "./dist/index.js"
},
"./environment": {
"types": "./dist/environment.d.ts",
"import": "./dist/environment.js"
"default": "./dist/environment.js"
},
"./manager": {
"types": "./dist/manager.d.ts",
"import": "./dist/manager.js"
"default": "./dist/manager.js"
},

@@ -38,4 +38,4 @@ "./*": "./*"

"files": [
"dist",
"*.d.ts"
"*.d.ts",
"dist"
],

@@ -45,8 +45,8 @@ "dependencies": {

"pathe": "^1.1.1",
"pretty-format": "^29.5.0"
"pretty-format": "^29.7.0"
},
"devDependencies": {
"@types/natural-compare": "^1.4.1",
"@types/natural-compare": "^1.4.3",
"natural-compare": "^1.4.0",
"@vitest/utils": "1.0.0-beta.4"
"@vitest/utils": "1.0.0-beta.5"
},

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