@thi.ng/compare
Advanced tools
Comparing version 2.2.21 to 2.2.22
# Change Log | ||
- **Last updated**: 2024-02-22T11:59:16Z | ||
- **Last updated**: 2024-02-25T14:07:53Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -15,2 +15,4 @@ import type { Predicate2 } from "@thi.ng/api"; | ||
* ```ts | ||
* import { stringOp } from "@thi.ng/compare"; | ||
* | ||
* const equalsABC = stringOp("=", "abc"); | ||
@@ -47,2 +49,4 @@ * | ||
* ```ts | ||
* import { numericOp } from "@thi.ng/compare"; | ||
* | ||
* const lessThan42 = numericOp("<", 42); | ||
@@ -49,0 +53,0 @@ * |
{ | ||
"name": "@thi.ng/compare", | ||
"version": "2.2.21", | ||
"version": "2.2.22", | ||
"description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface", | ||
@@ -38,3 +38,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.25" | ||
"@thi.ng/api": "^8.9.26" | ||
}, | ||
@@ -83,3 +83,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n" | ||
"gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n" | ||
} |
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
33441
283
Updated@thi.ng/api@^8.9.26