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

table-sort-js

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

table-sort-js - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

Contributors.md

2

package.json
{
"name": "table-sort-js",
"version": "1.0.3",
"version": "1.0.4",
"description": "A JavaScript client-side HTML table sorting library with no dependencies required.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -5,2 +5,4 @@ ![table-sort-js](https://img.shields.io/npm/v/table-sort-js) : https://www.npmjs.com/package/table-sort-js

* Demo: https://leewannacott.github.io/Portfolio/#/GitHub
* Backend: `npm install table-sort-js` and require("../node_modules/table-sort-js/table-sort.js")

@@ -50,4 +52,5 @@

* `class="order-by-desc"` on `<th>` to change default sort to descending order on first click.
* If `<thead>` does not exist it will be created by using data from first row. `<tbody>` is optional.
* Example of use: https://www.cssscript.com/minimal-table-sorter/
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