New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

active-table-react-dev

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

active-table-react-dev - npm Package Compare versions

Comparing version

to
0.2.17

6

package.json
{
"name": "active-table-react-dev",
"version": "0.2.8",
"version": "0.2.17",
"description": "Active Table wrapper for React",

@@ -32,7 +32,7 @@ "main": "./dist/activeTable.js",

},
"homepage": "https://github.com/OvidijusParsiunas/active-table",
"homepage": "https://activetable.io",
"license": "MIT",
"dependencies": {
"@lit-labs/react": "^1.1.1",
"active-table-dev": "^0.2.8"
"active-table-dev": "^0.2.17"
},

@@ -39,0 +39,0 @@ "devDependencies": {

@@ -28,2 +28,8 @@ <br />

### :tada: Latest update: Drag & Drop
<p align="center">
<img style="margin-left: -15px" width="70%" src="https://raw.githubusercontent.com/OvidijusParsiunas/active-table/HEAD/assets/readme/drag-and-drop.gif" alt="drag-and-drop">
</p>
### :computer: Getting started

@@ -46,7 +52,8 @@

- [x] Support csv, xls, xlsx, ods, txt files
- [ ] Code refactoring (<b>In Progress</b>)
- [ ] Data filtering (<b>In Progress</b> - [branch](https://github.com/OvidijusParsiunas/active-table/tree/data-filtering))
- [ ] Move row/column by dragging
- [ ] Pick mode
- [ ] Data filtering
- [ ] Undo/Redo
- [ ] Code refactoring
- [ ] Unit tests
- [ ] Undo/Redo

@@ -53,0 +60,0 @@ ## :construction_worker: Local setup