@thi.ng/compare
Advanced tools
Comparing version 2.4.0 to 2.4.1
# Change Log | ||
- **Last updated**: 2024-08-10T15:03:07Z | ||
- **Last updated**: 2024-08-18T14:11:34Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/compare", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface", | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.8" | ||
"@thi.ng/api": "^8.11.9" | ||
}, | ||
@@ -92,3 +92,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n" | ||
"gitHead": "f6e26ea1142525171de5d36b9c3119f2782bb437\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 198 standalone projects, maintained as part | ||
> This is one of 199 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -13,0 +13,0 @@ > and anti-framework. |
@@ -13,9 +13,9 @@ import type { Comparator } from "@thi.ng/api"; | ||
* | ||
* const src=["2d", "16bit", "base36", "8bit", "1d", "base8"]; | ||
* const sr = ["2d", "16bit", "base36", "8bit", "1d", "base8"]; | ||
* | ||
* console.log("native", [...src].sort()); | ||
* // [ '2d', '16bit', 'base36', '8bit', '1d', 'base8' ] | ||
* // [ "16bit", "1d", "2d", "8bit", "base36", "base8" ] | ||
* | ||
* console.log("compareLex", [...src].sort(compareLex)); | ||
* // [ '1d', '2d', '8bit', '16bit', 'base8', 'base36' ] | ||
* // [ "1d", "2d", "8bit", "16bit", "base8", "base36" ] | ||
* ``` | ||
@@ -22,0 +22,0 @@ * |
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
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
39344
Updated@thi.ng/api@^8.11.9