@thi.ng/transducers
Advanced tools
Comparing version 8.9.8 to 8.9.9
# Change Log | ||
- **Last updated**: 2024-03-01T15:22:50Z | ||
- **Last updated**: 2024-03-02T14:05:52Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -8,3 +8,5 @@ import type { Nullable } from "@thi.ng/api"; | ||
* @example | ||
* ``` | ||
* ```ts | ||
* import { flatten1 } from "@thi.ng/transducers"; | ||
* | ||
* [...flatten1([[1], [2, 2], [3, 3, 3]])] | ||
@@ -11,0 +13,0 @@ * // [ 1, 2, 2, 3, 3, 3 ] |
@@ -10,3 +10,5 @@ import type { Fn } from "@thi.ng/api"; | ||
* @example | ||
* ``` | ||
* ```ts | ||
* import { mapcat } from "@thi.ng/transducers"; | ||
* | ||
* [...mapcat((x) => [x, x], [1, 2, 3])] | ||
@@ -13,0 +15,0 @@ * // [ 1, 1, 2, 2, 3, 3 ] |
{ | ||
"name": "@thi.ng/transducers", | ||
"version": "8.9.8", | ||
"version": "8.9.9", | ||
"description": "Lightweight transducer implementations for ES6 / TypeScript", | ||
@@ -43,3 +43,3 @@ "type": "module", | ||
"@thi.ng/api": "^8.9.27", | ||
"@thi.ng/arrays": "^2.8.4", | ||
"@thi.ng/arrays": "^2.8.5", | ||
"@thi.ng/checks": "^3.5.1", | ||
@@ -592,3 +592,3 @@ "@thi.ng/compare": "^2.2.23", | ||
}, | ||
"gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n" | ||
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n" | ||
} |
Sorry, the diff of this file is too big to display
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
346150
6630
1121
+ Added@thi.ng/api@8.11.12(transitive)
+ Added@thi.ng/arrays@2.10.5(transitive)
+ Added@thi.ng/checks@3.6.14(transitive)
+ Added@thi.ng/compare@2.4.4(transitive)
+ Added@thi.ng/equiv@2.1.68(transitive)
+ Added@thi.ng/errors@2.5.18(transitive)
+ Added@thi.ng/hex@2.3.56(transitive)
+ Added@thi.ng/math@5.11.12(transitive)
+ Added@thi.ng/random@4.1.3(transitive)
- Removed@thi.ng/api@8.11.11(transitive)
- Removed@thi.ng/arrays@2.10.4(transitive)
- Removed@thi.ng/checks@3.6.13(transitive)
- Removed@thi.ng/compare@2.4.3(transitive)
- Removed@thi.ng/equiv@2.1.67(transitive)
- Removed@thi.ng/errors@2.5.17(transitive)
- Removed@thi.ng/hex@2.3.55(transitive)
- Removed@thi.ng/math@5.11.11(transitive)
- Removed@thi.ng/random@4.1.2(transitive)
Updated@thi.ng/arrays@^2.8.5