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

augur-ui-react-components

Package Overview
Dependencies
Maintainers
4
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

augur-ui-react-components - npm Package Compare versions

Comparing version 3.0.14 to 3.0.15

src/selectors/is-transactions-working.js

2

package.json
{
"name": "augur-ui-react-components",
"version": "3.0.14",
"version": "3.0.15",
"description": "Augur UI React Components",

@@ -5,0 +5,0 @@ "author": "Baz (@thinkloop)",

@@ -37,3 +37,3 @@ import React from 'react';

}
{!!p.loginAccount && !!p.loginAccount.id &&
{(!!p.loginAccount && !!p.loginAccount.id || p.transactionsTotals.numTotal) &&
<Link

@@ -40,0 +40,0 @@ className={classnames('site-nav-link', TRANSACTIONS, { active: p.activePage === TRANSACTIONS }, { working: p.isTransactionsWorking })}

@@ -12,2 +12,4 @@ import activePage from './selectors/active-page';

import positionsSummary from './selectors/positions-summary';
import transactions from './selectors/transactions';
import transactionsTotals from './selectors/transactions-totals';
import url from './selectors/url';

@@ -30,2 +32,4 @@

positionsMarkets,
transactions,
transactionsTotals,
url

@@ -46,6 +50,2 @@ };

selectors.transactions = [];
selectors.transactionsTotals = {
title: '0 Transactions'
};
selectors.isTransactionsWorking = false;

@@ -52,0 +52,0 @@

Sorry, the diff of this file is too big to display

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