You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@vltpkg/error-cause

Package Overview
Dependencies
Maintainers
6
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vltpkg/error-cause - npm Package Compare versions

Comparing version
1.0.0-rc.22
to
1.0.0-rc.23
+3
-3
package.json
{
"name": "@vltpkg/error-cause",
"description": "vlts Error.cause convention",
"version": "1.0.0-rc.22",
"version": "1.0.0-rc.23",
"repository": {

@@ -43,3 +43,3 @@ "type": "git",

"prettier": "../../.prettierrc.js",
"module": "./src/index.ts",
"module": "./dist/index.js",
"type": "module",

@@ -50,3 +50,3 @@ "exports": {

"import": {
"default": "./src/index.ts"
"default": "./dist/index.js"
}

@@ -53,0 +53,0 @@ }