Package: node-lodash / 4.17.21+dfsg+~cs8.31.173-1

add-isArray-dep-to-baseOrderBy.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Add isArray dep to baseOrderBy
Forwarded: https://github.com/lodash-archive/lodash-cli/pull/141
--- a/lodash-cli/lib/mapping.js
+++ b/lodash-cli/lib/mapping.js
@@ -847,7 +847,7 @@
   'baseMerge': ['assignMergeValue', 'baseFor', 'baseMergeDeep', 'isObject', 'keysIn', 'safeGet', 'Stack'],
   'baseMergeDeep': ['assignMergeValue', 'cloneBuffer', 'cloneTypedArray', 'copyArray', 'initCloneObject', 'isArguments', 'isArray', 'isArrayLikeObject', 'isBuffer', 'isFunction', 'isObject', 'isPlainObject', 'isTypedArray', 'safeGet', 'toPlainObject'],
   'baseNth': ['isIndex'],
-  'baseOrderBy': ['arrayMap', 'baseMap', 'baseSortBy', 'baseUnary', 'compareMultiple', 'getIteratee', 'identity'],
+  'baseOrderBy': ['arrayMap', 'baseMap', 'baseSortBy', 'baseUnary', 'compareMultiple', 'getIteratee', 'identity', 'isArray'],
   'basePick': ['basePickBy', 'hasIn'],
   'basePickBy': ['baseGet', 'baseSet', 'castPath'],
   'baseProperty': [],