🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@vercel/error-utils

Package Overview
Dependencies
Maintainers
9
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/error-utils - npm Package Compare versions

Comparing version
2.0.2
to
2.0.3
+5
-3
package.json
{
"name": "@vercel/error-utils",
"version": "2.0.2",
"version": "2.0.3",
"description": "A collection of error utilities for vercel/vercel",

@@ -20,3 +20,4 @@ "main": "dist/index.js",

"jest-junit": "16.0.0",
"typescript": "4.9.5"
"typescript": "4.9.5",
"vitest": "2.1.4"
},

@@ -26,5 +27,6 @@ "scripts": {

"test": "jest --reporters=default --reporters=jest-junit --coverage --env node --verbose",
"test-unit": "pnpm test",
"vitest-run": "vitest -c ../../vitest.config.mts",
"vitest-unit": "glob --absolute 'test/*.test.ts'",
"type-check": "tsc --noEmit"
}
}