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.12.1 to 0.12.2

2

lib/ConfigUtils.js

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

'clipboardCopySelector', 'clipboardCopyFormatter', 'clipboardCopyHeader', 'clipboardPasteParser',
'clipboardPasteAction', 'rowFormatter', 'placeholder'];
'clipboardPasteAction', 'rowFormatter', 'placeholder', 'selectable'];
for (var _i = 0, defaultOptions_1 = defaultOptions; _i < defaultOptions_1.length; _i++) {

@@ -16,0 +16,0 @@ var opt = defaultOptions_1[_i];

@@ -73,2 +73,3 @@ "use strict";

field: 'pets',
sorter: function (a, b) { return a.toString().localeCompare(b.toString()); },
editor: MultiSelectEditor_1["default"],

@@ -75,0 +76,0 @@ editorParams: { values: petOptions },

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

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

@@ -47,2 +47,3 @@ # react-tabulator

- Code Example (React 15.x): [Codesandbox](https://codesandbox.io/s/0mwpy612xw?module=/src/components/Home.js)
- [More Codesandbox Examples](/docs/examples.md)

@@ -49,0 +50,0 @@ ### 🔧 Commands

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