Comparing version 1.6.1 to 1.6.2
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131832
13
3183
138
3