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

to
3.5.24

2

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

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

@@ -58,2 +58,14 @@ import React, { PropTypes } from 'react';

<h2>Technical updates:</h2>
<h3>November 1, 2016</h3>
<ol>
<li>
Added support for <a href="https://github.com/AugurProject/augur-core/commit/7daf6441e3ba652aa7f19e1ec9e5587d90cd718e" className="link" target="_blank" rel="noopener noreferrer">off-chain orders</a> to the back-end. This is the first step toward Augur&#39;s planned integration with <a href="https://github.com/raiden-network/raiden">Raiden</a> (state channels), which will allow thousands of trades to occur essentially instantaneously every second, instead of being limited by Ethereum&#39;s block interval.
</li>
<li>
Fixed the logged return value (error code -3) in submitReport on-contract function that is generated when the computed report hash does not match the stored report hash.
</li>
<li>
Completed full contract re-upload to the public testnet (Morden).
</li>
</ol>
<h3>October 31, 2016</h3>

@@ -60,0 +72,0 @@ <ol>

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