🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@canton-network/core-tx-parser

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canton-network/core-tx-parser - npm Package Compare versions

Comparing version
1.5.0
to
1.6.0
+8
-9
package.json
{
"name": "@canton-network/core-tx-parser",
"version": "1.5.0",
"version": "1.6.0",
"type": "module",

@@ -8,3 +8,2 @@ "description": "Transaction parsing utilities for Canton Network transactions, including parsing of transaction trees and extraction of relevant information from transaction events.",

"author": "Phillip Olesen <phillip.olesen@digitalasset.com>",
"packageManager": "yarn@4.9.4",
"main": "dist/index.cjs",

@@ -40,9 +39,9 @@ "module": "dist/index.js",

"dependencies": {
"@canton-network/core-ledger-client-types": "^1.5.0",
"@canton-network/core-ledger-proto": "^1.5.0",
"@canton-network/core-provider-ledger": "^1.5.0",
"@canton-network/core-splice-client": "^1.5.0",
"@canton-network/core-token-standard": "^1.5.0",
"@canton-network/core-types": "^1.5.0",
"@canton-network/core-wallet-auth": "^1.5.0",
"@canton-network/core-ledger-client-types": "^1.6.0",
"@canton-network/core-ledger-proto": "^1.5.1",
"@canton-network/core-provider-ledger": "^1.6.0",
"@canton-network/core-splice-client": "^1.6.0",
"@canton-network/core-token-standard": "^1.6.0",
"@canton-network/core-types": "^1.6.0",
"@canton-network/core-wallet-auth": "^1.6.0",
"bignumber.js": "^10.0.2",

@@ -49,0 +48,0 @@ "dayjs": "^1.11.19",