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
5
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.1.6 to 3.1.7

2

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

@@ -5,0 +5,0 @@ "author": "Augur Project",

import React from 'react';
import classnames from 'classnames';
import ValueDenomination from '../../common/components/value-denomination';

@@ -8,16 +7,4 @@ const PositionsSummary = (p) => (

{!!p.numPositions &&
<ValueDenomination {...p.numPositions} className="num-positions" />
<span className="num-positions">Positions</span>
}
{p.totalValue &&
<ValueDenomination {...p.totalValue} className="total-value" />
}
{p.gainPercent &&
<ValueDenomination
{...p.gainPercent}
className="gain-percent"
formatted={p.gainPercent.formatted}
/>
}
</div>

@@ -24,0 +11,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