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.3 to 0.4.0

7

dist/m-table-actions.js

@@ -40,2 +40,9 @@ 'use strict';

if (typeof action === 'function') {
action = action(this.props.data);
if (!action) {
return null;
}
}
var button = React.createElement(

@@ -42,0 +49,0 @@ _core.IconButton,

2

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

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

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