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

react-tabulator

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tabulator - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

3

CHANGELOG.md

@@ -1,5 +0,6 @@

## [0.14.0] - 2020-09-20
## [0.14.1] - 2020-09-21
- added cross-env for Windows dev env.
- fixed undefined this.table in componentDidMount.
- upgraded tabulator to 4.8.1
- fixed: broken rowSelectionChanged

@@ -6,0 +7,0 @@ ## [0.13.2] - 2020-07-18

@@ -78,3 +78,3 @@ "use strict";

'validationFailed', 'clipboardCopied', 'clipboardPasted', 'clipboardPasteError',
'downloadReady', 'downloadComplete', 'selectableCheck'];
'downloadReady', 'downloadComplete'];
for (_a = 0, callbackNames_1 = callbackNames; _a < callbackNames_1.length; _a++) {

@@ -81,0 +81,0 @@ callbackName = callbackNames_1[_a];

@@ -143,5 +143,5 @@ "use strict";

React.createElement(ReactTabulator_1["default"], { ref: function (ref) { return (_this.ref = ref); }, columns: columns, data: data, rowClick: this.rowClick, options: options, "data-custom-attr": "test-custom-attribute", className: "custom-css-class" }),
React.createElement("div", null,
React.createElement("i", null,
"Selected Name: ",
this.state.selectedName),
React.createElement("strong", null, this.state.selectedName)),
React.createElement("h3", null,

@@ -148,0 +148,0 @@ "Asynchronous data: (e.g. fetch) - ",

{
"name": "react-tabulator",
"version": "0.14.0",
"version": "0.14.1",
"description": "React Tabulator is based on tabulator - a JS table library with many advanced features.",

@@ -49,3 +49,3 @@ "main": "lib/index.js",

"react-tag-autocomplete": "^5.7.1",
"tabulator-tables": "^4.8.1"
"tabulator-tables": "4.8.1"
},

@@ -52,0 +52,0 @@ "peerDependencies": {

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