table-sort-js
Advanced tools
Comparing version 1.1.6-c to 1.1.6-d
{ | ||
"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 @@ } |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
13202