@thi.ng/paths
Advanced tools
Comparing version 5.0.7 to 5.0.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@5.0.7...@thi.ng/paths@5.0.8) (2021-11-10) | ||
**Note:** Version bump only for package @thi.ng/paths | ||
## [5.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@5.0.6...@thi.ng/paths@5.0.7) (2021-11-03) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/paths", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", | ||
@@ -37,4 +37,4 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.1.0", | ||
"@thi.ng/checks": "^3.0.6", | ||
"@thi.ng/api": "^8.2.0", | ||
"@thi.ng/checks": "^3.0.7", | ||
"@thi.ng/errors": "^2.0.6" | ||
@@ -122,3 +122,3 @@ }, | ||
}, | ||
"gitHead": "852cd2450617c86d15d18477dc634f17f04202eb" | ||
"gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159" | ||
} |
@@ -95,3 +95,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (gzipped, pre-treeshake): ESM: 1.17 KB | ||
Package sizes (gzipped, pre-treeshake): ESM: 1.20 KB | ||
@@ -98,0 +98,0 @@ ## Dependencies |
@@ -100,3 +100,3 @@ import { isArray } from "@thi.ng/checks/is-array"; | ||
let f; | ||
for (let i = ks.length; --i >= 0;) { | ||
for (let i = ks.length; i-- > 0;) { | ||
f = compS(ks[i], f); | ||
@@ -103,0 +103,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
79725
Updated@thi.ng/api@^8.2.0
Updated@thi.ng/checks@^3.0.7