Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tablesort

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

tablesort - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

bundle.js

3

package.json
{
"name": "tablesort",
"description": "A sorting component for HTML tables",
"version": "1.6.1",
"version": "1.6.2",
"author": "tristen <@fallsemo>",
"ender": "./ender.js",
"main": "./src/tablesort.js",
"homepage": "http://tristen.ca/tablesort/demo",

@@ -8,0 +9,0 @@ "contributors": [

@@ -138,2 +138,1 @@ # tablesort.js

[Create an issue](https://github.com/tristen/tablesort/issues)

@@ -285,3 +285,7 @@ ;(function () {

window.Tablesort = Tablesort;
if (typeof module !== 'undefined' && module.exports) {
module.exports = Tablesort;
} else {
window.Tablesort = Tablesort;
}
})();

Sorry, the diff of this file is not supported yet

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