tidy-table 4.0.8 → 4.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -48,3 +48,11 @@ NPM dependency security updates.
48
48
 
49
49
  - Removed Unsupported releases section
50
50
  - Deleted legacy branch
51
+
52
+ ## [4.0.9] - 2024-02-29
53
+
54
+ NPM security update ([CVE-2023-42282](https://github.com/advisories/GHSA-78xj-cgh5-2h22))
55
+
56
+ ## Updated
57
+
58
+ - Replaced Travis-CI with Github workflow
package/README.md CHANGED
@@ -1,22 +1,22 @@
1
1
  # Tidy Table
2
2
 
3
- [![npm version](https://badge.fury.io/js/tidy-table.svg)](https://badge.fury.io/js/tidy-table) [![](https://img.shields.io/npm/dm/tidy-table)](https://www.npmjs.com/package/tidy-table) [![Build Status](https://api.travis-ci.com/nuxy/tidy-table.svg?branch=master)](https://app.travis-ci.com/github/nuxy/tidy-table) [![Install size](https://packagephobia.com/badge?p=tidy-table)](https://packagephobia.com/result?p=tidy-table) [![](https://img.shields.io/github/v/release/nuxy/tidy-table)](https://github.com/nuxy/tidy-table/releases)
3
+ [![npm version](https://badge.fury.io/js/tidy-table.svg)](https://badge.fury.io/js/tidy-table) [![](https://img.shields.io/npm/dm/tidy-table)](https://www.npmjs.com/package/tidy-table) [![Build Status](https://img.shields.io/github/actions/workflow/status/nuxy/tidy-table/.github%2Fworkflows%2Fci.yml)](https://github.com/nuxy/tidy-table/actions) [![Install size](https://packagephobia.com/badge?p=tidy-table)](https://packagephobia.com/result?p=tidy-table) [![](https://img.shields.io/github/v/release/nuxy/tidy-table)](https://github.com/nuxy/tidy-table/releases)
4
4
 
5
5
  Create a HTML table that can be sorted, selected, and post-processed.
6
6
 
7
7
  ![Preview](https://raw.githubusercontent.com/nuxy/tidy-table/master/package.gif)
8
8
 
9
- Checkout the [demo](https://nuxy.github.io/tidy-table) for examples of use.
10
-
11
9
  ## Features
12
10
 
13
11
  - Extensible HTML/CSS interface.
14
12
  - Compatible with all modern desktop and mobile web browsers.
15
13
  - Fully responsive layout with touch event support.
16
- - Easy to set-up and customize.
14
+ - Easy to set-up and customize. **No dependencies**.
17
15
  - Customizable callback functions for post-processing selected results.
18
16
  - Post-process options for manipulating table/column/menu elements.
19
17
 
18
+ Checkout the [demo](https://nuxy.github.io/tidy-table) for examples of use.
19
+
20
20
  ## Dependencies
21
21
 
22
22
  - [Node.js](https://nodejs.org)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tidy-table",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
4
4
  "description": "Create a HTML table that can be sorted, selected, and post-processed.",
5
5
  "main": "src/tidy-table.js",
6
6
  "scripts": {