🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

plutus-ui

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plutus-ui - npm Package Compare versions

Comparing version
0.2.37
to
0.2.38
+2
-2
bbd/table/Component.jsx

@@ -253,4 +253,4 @@ /**

render() {
let { _pagination, _key, pageSize, dataSource, tableStyle } = this.state;
const {style, scroll, rowKey} = this.props;
let { _pagination, _key, pageSize, dataSource, tableStyle, scroll } = this.state;
const {style = tableStyle, scroll = scroll, rowKey} = this.props;
return (<div className="plutus-ui-table-root" ref={this._ComponentDomRef} key={_key}>

@@ -257,0 +257,0 @@ <Table className="table-table" style={style} {...this.props} loading={false} pagination={false}

@@ -44,3 +44,3 @@ {

},
"version": "0.2.37"
"version": "0.2.38"
}