New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.19 to 3.2.20

2

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

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

@@ -19,10 +19,10 @@ import React, { PropTypes } from 'react';

<div className="updater">
Last updated {p.marketDataAge.lastUpdatedBefore}
Market data loaded {p.marketDataAge.lastUpdatedBefore}
<button
className="button"
disabled={p.marketDataAge.isMarketDataLoading}
title={p.marketDataAge.isMarketDataLoading ? 'Updating' : 'Update market data'}
title={p.marketDataAge.isMarketDataLoading ? 'Loading' : 'Reload market data'}
onClick={() => p.updateData(p.id)}
>
Update
Reload
</button>

@@ -29,0 +29,0 @@ </div>

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

{p.status && p.hash ?
<Link href={`https://testnet.etherscan.io/tx/transaction/${p.hash}`} target="_blank">
<Link href={`https://testnet.etherscan.io/tx/${p.hash}`} target="_blank">
<div className="status-and-message">

@@ -245,0 +245,0 @@ <span className="message" dangerouslySetInnerHTML={liveDangerously(p.message)} />

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