@thi.ng/compose
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@2.0.7...@thi.ng/compose@2.0.8) (2021-11-10) | ||
**Note:** Version bump only for package @thi.ng/compose | ||
## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@2.0.6...@thi.ng/compose@2.0.7) (2021-11-03) | ||
@@ -8,0 +16,0 @@ |
@@ -23,3 +23,3 @@ export function juxt(...fns) { | ||
let res = new Array(fns.length); | ||
for (let i = fns.length; --i >= 0;) { | ||
for (let i = fns.length; i-- > 0;) { | ||
res[i] = fns[i](x); | ||
@@ -26,0 +26,0 @@ } |
{ | ||
"name": "@thi.ng/compose", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Optimized functional composition helpers", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.1.0", | ||
"@thi.ng/api": "^8.2.0", | ||
"@thi.ng/errors": "^2.0.6" | ||
@@ -104,3 +104,3 @@ }, | ||
}, | ||
"gitHead": "852cd2450617c86d15d18477dc634f17f04202eb" | ||
"gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159" | ||
} |
@@ -53,3 +53,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (gzipped, pre-treeshake): ESM: 825 bytes | ||
Package sizes (gzipped, pre-treeshake): ESM: 871 bytes | ||
@@ -56,0 +56,0 @@ ## Dependencies |
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
39985
Updated@thi.ng/api@^8.2.0