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

@exodus/activity-txs

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/activity-txs - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [4.4.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/activity-txs@4.4.0...@exodus/activity-txs@4.4.1) (2024-10-04)
### Bug Fixes
- typo in activity selector ([#9777](https://github.com/ExodusMovement/exodus-hydra/issues/9777)) ([0a33139](https://github.com/ExodusMovement/exodus-hydra/commit/0a331397ecac23f1240af6cc509b22099282ce4a))
## [4.4.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/activity-txs@4.3.5...@exodus/activity-txs@4.4.0) (2024-10-04)

@@ -8,0 +14,0 @@

4

package.json
{
"name": "@exodus/activity-txs",
"version": "4.4.0",
"version": "4.4.1",
"description": "The activity-txs feature",

@@ -63,3 +63,3 @@ "author": "Exodus Movement, Inc.",

},
"gitHead": "e156047047673e249a00450b9ac704d6c6abc4ac"
"gitHead": "56c1dc472499cdc1745b969a2a0ac7ef7c466d3c"
}

@@ -91,3 +91,5 @@ import { createSelector } from 'reselect'

if (orderSet && (isIndexless || displayOrderWithoutTx)) {
const orderIdsFromActivity = new Set(activityResult.map((tx) => tx.orderId))
const orderIdsFromActivity = new Set(
activityResult.map((item) => item.order?.orderId)
)
const ordersForIndexlessAssets = [...orderSet].filter(

@@ -94,0 +96,0 @@ (order) =>

@@ -7,3 +7,3 @@ import typeforce from '@exodus/typeforce'

{
txId: 'String',
txId: '?String',
date: 'Date',

@@ -10,0 +10,0 @@ id: 'String',

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