@thi.ng/checks
Advanced tools
Comparing version 3.5.3 to 3.5.4
# Change Log | ||
- **Last updated**: 2024-03-13T14:04:31Z | ||
- **Last updated**: 2024-03-18T08:40:00Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -1,2 +0,2 @@ | ||
const RE = /^(?:[-+]?(?:[0-9]+))?(?:\.[0-9]*)?(?:[eE][\+\-]?(?:[0-9]+))?$/; | ||
const RE = /^(?:[-+]?(?:[0-9]+))?(?:\.[0-9]*)?(?:[eE][+-]?(?:[0-9]+))?$/; | ||
const isFloatString = (x) => x.length > 0 && RE.test(x); | ||
@@ -3,0 +3,0 @@ export { |
{ | ||
"name": "@thi.ng/checks", | ||
"version": "3.5.3", | ||
"version": "3.5.4", | ||
"description": "Collection of 70+ type, feature & value checks", | ||
@@ -289,3 +289,3 @@ "type": "module", | ||
}, | ||
"gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n" | ||
"gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\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
53433