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

@tapjs/stack

Package Overview
Dependencies
Maintainers
2
Versions
23
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 1.1.0 to 1.2.0

29

package.json
{
"name": "@tapjs/stack",
"version": "1.1.0",
"version": "1.2.0",
"description": "Utility for working with stack traces",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"tshy": {
"main": true,
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
},
"type": "module",
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"exports": {

@@ -23,3 +31,2 @@ "./package.json": "./package.json",

],
"license": "BlueOak-1.0.0",
"scripts": {

@@ -34,2 +41,8 @@ "prepare": "tshy",

},
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"tcompare": "6.2.0",
"trivial-deferred": "^2.0.0"
},
"tap": {

@@ -39,6 +52,2 @@ "typecheck": false,

},
"dependencies": {
"tcompare": "6.1.0",
"trivial-deferred": "^2.0.0"
},
"engines": {

@@ -53,9 +62,3 @@ "node": ">=16"

"url": "git+https://github.com/tapjs/tapjs.git"
},
"tshy": {
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
}
}
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