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.0.44 to 3.0.45

2

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

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

@@ -68,3 +68,3 @@ import React, { Component, PropTypes } from 'react';

return (
<div className={classnames('input', { clearable: p.isClearable !== false }, this.props.className)}>
<div className={classnames('input', { clearable: p.isClearable }, this.props.className)}>
{!p.isMultiline &&

@@ -90,3 +90,3 @@ <input

{!p.isMultiline && p.isClearable !== false &&
{!p.isMultiline && p.isClearable &&
<button type="button" className="clear" onClick={this.handleClear}>

@@ -93,0 +93,0 @@ &#xf00d;

@@ -48,3 +48,3 @@ import React, { Component, PropTypes } from 'react';

<div className="buttons">
<Link {...p.marketLink} className={classnames('button', p.marketLink.className)}>{p.marketLink.text}</Link>
<Link onClick={p.marketLink.onClick} className={classnames('button', p.marketLink.className)}>{p.marketLink.text}</Link>
</div>

@@ -51,0 +51,0 @@ }

@@ -54,3 +54,2 @@ import React from 'react';

value={p.trade.numShares}
isClearable={false}
onChange={(value) => p.trade.updateTradeOrder(value, undefined, p.trade.side)}

@@ -65,3 +64,2 @@ onClick={(e) => { e.stopPropagation(); p.updateSelectedOutcome(p.id); }}

value={p.trade.limitPrice}
isClearable={false}
onChange={(value) => p.trade.updateTradeOrder(undefined, value, p.trade.side)}

@@ -68,0 +66,0 @@ onClick={(e) => { e.stopPropagation(); p.updateSelectedOutcome(p.id); }}

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