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 0.31.0 to 0.31.1

2

./dist/index.js

@@ -242,3 +242,3 @@ import { join, dirname } from 'pathe';

const regExp = /(.+?)(?::(\d+))?(?::(\d+))?$/;
const parts = regExp.exec(urlLike.replace(/[()]/g, ""));
const parts = regExp.exec(urlLike.replace(/^\(|\)$/g, ""));
if (!parts)

@@ -245,0 +245,0 @@ return [urlLike];

@@ -242,3 +242,3 @@ import { join, dirname } from 'pathe';

const regExp = /(.+?)(?::(\d+))?(?::(\d+))?$/;
const parts = regExp.exec(urlLike.replace(/[()]/g, ""));
const parts = regExp.exec(urlLike.replace(/^\(|\)$/g, ""));
if (!parts)

@@ -245,0 +245,0 @@ return [urlLike];

{
"name": "@vitest/snapshot",
"type": "module",
"version": "0.31.0",
"version": "0.31.1",
"description": "Vitest snapshot manager",

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

"natural-compare": "^1.4.0",
"@vitest/utils": "0.31.0"
"@vitest/utils": "0.31.1"
},

@@ -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