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

@tapjs/stack

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/stack - npm Package Compare versions

Comparing version
4.0.3
to
4.1.0
+11
-6
package.json
{
"name": "@tapjs/stack",
"version": "4.0.3",
"version": "4.1.0",
"description": "Utility for working with stack traces",

@@ -14,2 +14,3 @@ "tshy": {

"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/commonjs/index.d.ts",

@@ -47,10 +48,14 @@ "exports": {

},
"repository": {
"type": "git",
"url": "git@github.com:tapjs/tapjs",
"path": "src/stack"
},
"homepage": "https://github.com/tapjs/tapjs/src/stack#readme",
"bugs": {
"url": "https://github.com/tapjs/tapjs/issues"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tapjs.git"
},
"module": "./dist/esm/index.js",
"engines": {

@@ -57,0 +62,0 @@ "node": "20 || >=22"