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.9.0 to 0.9.1

3

CHANGELOG.md

@@ -1,2 +0,2 @@

## [0.9.0] - 2019-03-15
## [0.9.1] - 2019-03-15

@@ -8,2 +8,3 @@ ### Added

- upgraded tabulator to 4.2.3
- pinned some 3rd-party modules to fix security warnings

@@ -10,0 +11,0 @@ ## [0.8.4] - 2019-03-07

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

var cellData = props.cell._cell.row.data;
return React.createElement("button", { onClick: function () { return alert(cellData.name); } }, "Show Name");
return React.createElement("button", { onClick: function () { return alert(cellData.name); } }, "Show");
}

@@ -28,0 +28,0 @@ var columns = [

{
"name": "react-tabulator",
"version": "0.9.0",
"version": "0.9.1",
"description": "React Tabulator component",

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

"peerDependencies": {
"react": "16.x"
"react": ">=15.6.2 || ^16.0.0",
"react-dom": ">=15.6.2 || ^16.0.0"
},

@@ -77,3 +78,8 @@ "devDependencies": {

"typescript": "^3.3.3333"
},
"resolutions": {
"cryptiles": "^4.1.2",
"hoek": "^4.2.1",
"webpack-dev-server": "3.1.11"
}
}

@@ -7,5 +7,5 @@ # react-tabulator

- Live Demo: [Codesandbox](https://codesandbox.io/s/0mwpy612xw)
- Live Demo: [Codesandbox](https://codesandbox.io/s/0mwpy612xw?module=/src/components/Home.js)
[![Screenshot](screenshot.png)](https://codesandbox.io/s/0mwpy612xw)
[![Screenshot](screenshot.png)](https://codesandbox.io/s/0mwpy612xw?module=/src/components/Home.js)

@@ -47,3 +47,3 @@ ### 🌟 Features

- Code Example: [/src/ReactTabulatorExample.tsx](/src/ReactTabulatorExample.tsx)
- Code Example (React 15.x): [Codesandbox](https://codesandbox.io/s/0mwpy612xw)
- Code Example (React 15.x): [Codesandbox](https://codesandbox.io/s/0mwpy612xw?module=/src/components/Home.js)

@@ -50,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