Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

material-table

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-table - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

10

dist/m-table-actions.js

@@ -70,5 +70,9 @@ 'use strict';

if (this.props.actions) {
return this.props.actions.map(function (action) {
return _this3.renderButton(action);
});
return React.createElement(
'div',
{ style: { display: 'flex' } },
this.props.actions.map(function (action) {
return _this3.renderButton(action);
})
);
}

@@ -75,0 +79,0 @@

{
"name": "material-table",
"version": "0.3.2",
"version": "0.3.3",
"description": "Datatable for React based on https://material-ui.com/api/table/ with additional features",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,3 +13,3 @@ # material-table

## Installation
$ npm install material-table --save
npm install material-table --save

@@ -16,0 +16,0 @@ ## Usage

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