Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vercel/error-utils

Package Overview
Dependencies
Maintainers
9
Versions
9
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 1.0.10 to 2.0.0

CHANGELOG.md

16

package.json
{
"name": "@vercel/error-utils",
"version": "1.0.10",
"version": "2.0.0",
"description": "A collection of error utilities for vercel/vercel",

@@ -12,7 +12,2 @@ "main": "dist/index.js",

},
"scripts": {
"build": "tsc",
"test": "jest --coverage --env node --verbose",
"test-unit": "pnpm test"
},
"license": "Apache-2.0",

@@ -22,5 +17,10 @@ "devDependencies": {

"@types/node": "14.18.33",
"jest-junit": "16.0.0",
"typescript": "4.9.5"
},
"gitHead": "a63b9d960bec291e152308c30074843aab802c8d"
}
"scripts": {
"build": "tsc",
"test": "jest --reporters=default --reporters=jest-junit --coverage --env node --verbose",
"test-unit": "pnpm test"
}
}

@@ -6,3 +6,3 @@ {

"esModuleInterop": true,
"lib": ["ES2020"],
"lib": ["ES2021"],
"module": "commonjs",

@@ -19,3 +19,3 @@ "moduleResolution": "node",

"sourceMap": true,
"target": "ES2020"
"target": "ES2021"
},

@@ -22,0 +22,0 @@ "include": ["src/**/*"],

Sorry, the diff of this file is not supported yet

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