Socket
Socket
Sign inDemoInstall

@vitest/utils

Package Overview
Dependencies
Maintainers
3
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 1.1.1 to 1.1.2

dist/ast.d.ts

10

package.json
{
"name": "@vitest/utils",
"type": "module",
"version": "1.1.1",
"version": "1.1.2",
"description": "Shared Vitest utility functions",

@@ -27,2 +27,6 @@ "license": "MIT",

},
"./ast": {
"types": "./dist/ast.d.ts",
"default": "./dist/ast.js"
},
"./error": {

@@ -58,2 +62,3 @@ "types": "./dist/error.d.ts",

"diff-sequences": "^29.6.3",
"estree-walker": "^3.0.3",
"loupe": "^2.3.7",

@@ -63,3 +68,4 @@ "pretty-format": "^29.7.0"

"devDependencies": {
"@jridgewell/trace-mapping": "^0.3.20"
"@jridgewell/trace-mapping": "^0.3.20",
"@types/estree": "^1.0.5"
},

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