@zodash/reduce
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -6,2 +6,10 @@ # Change Log | ||
## 1.0.21 (2020-09-18) | ||
**Note:** Version bump only for package @zodash/reduce | ||
## [1.0.20](https://github.com/zcorky/zodash/compare/@zodash/reduce@1.0.19...@zodash/reduce@1.0.20) (2019-12-24) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.reduce = void 0; | ||
function reduce(value, fn, initailValue) { | ||
@@ -4,0 +5,0 @@ return value.reduce(fn, initailValue); |
{ | ||
"name": "@zodash/reduce", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "Reduce an list of values to into a single value", | ||
@@ -72,3 +72,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "85faa88f04a8a8c2454a5274a6f29c602d8dc04d" | ||
"gitHead": "dcbc4fffe9448cf235b5a8dabb09882e38535582" | ||
} |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
4943
8