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.1.6-c to 1.1.6-d

2

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

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

@@ -78,4 +78,4 @@ /*

// value replacement character that works.
columnData.push("Óż#" + i);
dictOfColumnIndexAndTableRow["Óż#" + i] =
columnData.push("ZZZ#" + i);
dictOfColumnIndexAndTableRow["ZZZ#" + i] =
tr.innerHTML;

@@ -82,0 +82,0 @@ }

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