@thi.ng/compose
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.1.0...@thi.ng/compose@1.1.1) (2019-02-26) | ||
**Note:** Version bump only for package @thi.ng/compose | ||
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.0.2...@thi.ng/compose@1.1.0) (2019-02-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/compose", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Arity-optimized functional composition helpers", | ||
@@ -48,3 +48,3 @@ "module": "./index.js", | ||
"sideEffects": false, | ||
"gitHead": "418f7af20c8ce3098e86bbc3a2377ccbac761b70" | ||
"gitHead": "647e13737436e44d28e151c0be8594835cf25ed0" | ||
} |
@@ -16,3 +16,3 @@ import { FnAny } from "@thi.ng/api"; | ||
* neg, // -5 | ||
* [sub, 10], // 20 - (-5) = 15 | ||
* [sub, 10], // 20 - (-5) = 25 | ||
* [div, 10] // 10 / 25 = 0.4 | ||
@@ -19,0 +19,0 @@ * ); |
@@ -15,3 +15,3 @@ /** | ||
* neg, // -5 | ||
* [sub, 10], // 20 - (-5) = 15 | ||
* [sub, 10], // 20 - (-5) = 25 | ||
* [div, 10] // 10 / 25 = 0.4 | ||
@@ -18,0 +18,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
52748