John-David Dalton 87a677c811 Update lodash-amd to v4.17.21 + edadd45 (#6064)
* Fix prototype pollution in _.set and related functions

Prevents setting dangerous properties (__proto__, constructor, prototype)
that could lead to prototype pollution vulnerabilities.

* Fix command injection vulnerability in _.template

- Add validation for the variable option to prevent injection attacks
- Improve sourceURL whitespace normalization to prevent code injection

* Fix cyclic value comparison in _.isEqual

Properly checks both directions when comparing cyclic values to ensure
correct equality comparisons for circular references.

* Improve _.sortBy and _.orderBy performance and array handling

- Add early return for empty arrays in sorted index operations
- Improve array iteratee handling to support nested property paths
- Add missing keysIn import in baseClone

* Refactor _.trim, _.trimEnd, and _.trimStart implementations

Extract shared trim logic into reusable utilities (_baseTrim, _trimmedEndIndex)
for better code organization and consistency. Update related functions
(toNumber, parseInt) to use new utilities. Improve comment accuracy.

* Add documentation for predicate composition with _.overEvery and _.overSome

Enhance documentation to show how _.matches and _.matchesProperty can be
combined using _.overEvery and _.overSome for more powerful filtering.
Add examples demonstrating shorthand predicate syntax.

* Bump to v4.17.21

* Fix prototype pollution in _.unset and _.omit

Prevent prototype pollution on baseUnset function by:
- Blocking "__proto__" if not an own property
- Blocking "constructor.prototype" chains (except when starting at primitive root)
- Skipping non-string keys

See: https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg

* Update JSDoc documentation to align with main branch

- Fix sortBy example ages (40 -> 30) for correct sort order demonstration
- Fix _setCacheHas return type (number -> boolean)
2025-12-10 17:03:07 -05:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-05 19:29:32 -07:00
2016-10-30 20:06:57 -07:00
2016-01-29 01:14:13 -08:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-09-25 13:37:46 -07:00
2016-10-05 19:29:32 -07:00
2016-09-17 22:24:52 -07:00
2016-10-30 20:06:57 -07:00
2016-08-11 23:27:31 -07:00
2016-08-11 23:27:31 -07:00
2016-08-11 23:27:31 -07:00
2016-10-02 21:51:40 -07:00
2016-09-17 22:24:52 -07:00
2016-08-11 23:27:31 -07:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-11-13 22:49:46 -08:00
2016-10-02 21:51:40 -07:00
2016-11-13 22:49:46 -08:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-08-07 21:21:03 -07:00
2016-10-02 21:51:40 -07:00
2016-09-25 13:37:46 -07:00
2016-10-30 20:06:57 -07:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-03-31 00:33:47 -07:00
2016-04-21 07:00:59 -07:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-08-11 23:27:31 -07:00
2016-08-11 23:27:31 -07:00
2016-04-08 01:30:11 -07:00
2016-04-10 22:53:08 -07:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-05-08 12:21:54 -07:00
2016-11-14 20:54:18 -08:00
2016-05-08 12:21:54 -07:00
2016-12-21 15:46:13 -06:00
2016-07-24 09:52:04 -07:00
2016-08-07 21:21:03 -07:00
2016-05-22 19:32:32 -07:00
2016-09-17 22:24:52 -07:00
2016-08-11 23:27:31 -07:00
2016-07-24 09:52:04 -07:00
2016-04-21 07:00:59 -07:00
2016-01-29 01:14:13 -08:00
2016-11-14 20:54:18 -08:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-12-21 15:46:13 -06:00
2016-12-21 15:46:13 -06:00
2016-07-24 09:52:04 -07:00
2016-11-13 22:49:46 -08:00
2016-07-24 09:52:04 -07:00
2016-09-17 22:24:52 -07:00
2016-10-30 20:06:57 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-03-31 00:33:47 -07:00
2016-08-07 21:21:03 -07:00
2016-08-07 21:21:03 -07:00
2016-03-31 00:33:47 -07:00
2016-07-24 09:52:04 -07:00
2016-01-29 01:14:13 -08:00
2016-05-08 12:21:54 -07:00
2016-11-13 22:49:46 -08:00
2016-10-30 20:06:57 -07:00
2019-07-09 13:47:57 -07:00
2018-09-11 22:29:45 -07:00
2016-07-24 09:52:04 -07:00
2016-12-21 15:46:13 -06:00
2016-11-15 22:20:52 -08:00
2016-05-08 12:21:54 -07:00
2016-05-08 12:21:54 -07:00
2016-07-24 09:52:04 -07:00
2016-05-22 19:32:32 -07:00
2016-11-15 22:20:52 -08:00
2016-01-29 01:14:13 -08:00
2016-07-24 09:52:04 -07:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-09-17 22:24:52 -07:00
2016-09-25 13:37:46 -07:00
2016-10-05 19:29:32 -07:00
2016-09-17 22:24:52 -07:00
2016-10-02 21:51:40 -07:00
2016-09-25 13:37:46 -07:00
2016-01-29 01:14:13 -08:00
2016-03-31 00:33:47 -07:00
2016-02-29 23:38:21 -08:00
2016-10-30 20:06:57 -07:00
2016-04-21 07:00:59 -07:00
2016-03-31 00:33:47 -07:00
2016-01-29 01:14:13 -08:00
2016-04-21 07:00:59 -07:00
2016-05-08 12:21:54 -07:00
2016-10-05 19:29:32 -07:00
2016-07-24 09:52:04 -07:00
2016-04-21 07:00:59 -07:00
2016-08-11 23:27:31 -07:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-10-31 21:05:43 -07:00
2016-03-31 00:33:47 -07:00
2016-09-17 22:24:52 -07:00
2016-04-10 22:53:08 -07:00
2016-04-10 22:53:08 -07:00
2016-11-14 20:54:18 -08:00
2016-09-17 22:24:52 -07:00
2016-04-10 22:53:08 -07:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-02-29 23:38:21 -08:00
2016-09-25 13:37:46 -07:00
2016-03-31 00:33:47 -07:00
2016-11-13 22:49:46 -08:00
2016-02-29 23:38:21 -08:00
2016-11-13 22:49:46 -08:00
2016-02-29 23:38:21 -08:00
2016-02-29 23:38:21 -08:00
2016-04-21 07:00:59 -07:00
2016-03-31 00:33:47 -07:00
2016-05-08 12:21:54 -07:00
2016-05-08 12:21:54 -07:00
2016-01-29 01:14:13 -08:00
2016-09-17 22:24:52 -07:00
2016-11-13 22:49:46 -08:00
2016-11-13 22:49:46 -08:00
2016-05-22 19:32:32 -07:00
2016-09-17 22:24:52 -07:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-01-29 01:14:13 -08:00
2016-03-31 00:33:47 -07:00
2016-11-13 22:49:46 -08:00
2016-08-11 23:27:31 -07:00
2016-04-13 10:19:22 -07:00
2016-08-07 21:21:03 -07:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-12-21 15:46:13 -06:00
2016-11-13 22:49:46 -08:00
2016-01-29 01:14:13 -08:00
2016-07-24 09:52:04 -07:00
2016-09-17 22:24:52 -07:00
2016-08-11 23:27:31 -07:00
2016-11-13 22:49:46 -08:00
2016-07-28 23:38:46 -07:00
2016-11-13 22:49:46 -08:00
2016-04-21 07:00:59 -07:00
2019-07-09 15:21:57 -07:00
2016-07-24 09:52:04 -07:00
2016-05-08 12:21:54 -07:00
2016-12-21 15:46:13 -06:00
2016-12-21 15:46:13 -06:00
2016-12-21 15:46:13 -06:00
2016-12-31 13:33:15 -06:00
2016-03-31 00:33:47 -07:00
2016-09-17 22:24:52 -07:00
2016-10-02 21:51:40 -07:00
2016-11-13 22:49:46 -08:00
2016-09-17 22:24:52 -07:00
2016-01-29 01:14:13 -08:00
2016-09-17 22:24:52 -07:00
2016-07-24 09:52:04 -07:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-05-08 12:21:54 -07:00
2016-05-08 12:21:54 -07:00
2016-05-22 19:32:32 -07:00
2016-05-22 19:32:32 -07:00
2016-08-07 21:21:03 -07:00
2016-10-30 20:06:57 -07:00
2016-12-21 15:46:13 -06:00
2016-11-13 22:49:46 -08:00
2016-10-30 20:06:57 -07:00
2016-05-22 19:32:32 -07:00
2016-01-29 01:14:13 -08:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-05-08 12:21:54 -07:00
2016-12-21 15:46:13 -06:00
2016-09-17 22:24:52 -07:00
2016-11-14 20:54:18 -08:00
2016-11-13 22:49:46 -08:00
2018-09-11 22:29:45 -07:00
2018-02-03 16:36:29 -08:00
2018-02-03 16:36:29 -08:00
2016-03-31 00:33:47 -07:00
2016-09-17 22:24:52 -07:00
2016-07-28 23:38:46 -07:00
2018-02-03 16:36:29 -08:00
2016-03-31 00:33:47 -07:00
2016-04-21 07:00:59 -07:00
2016-04-21 07:00:59 -07:00
2016-03-31 00:33:47 -07:00
2016-05-23 12:25:07 -07:00
2016-05-22 19:32:32 -07:00
2016-02-29 23:38:21 -08:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-12-21 15:46:13 -06:00
2016-03-31 00:33:47 -07:00
2016-10-30 20:06:57 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-05-08 12:21:54 -07:00
2016-05-08 12:21:54 -07:00
2016-09-17 22:24:52 -07:00
2016-03-31 00:33:47 -07:00
2016-01-29 01:14:13 -08:00
2016-10-30 20:06:57 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-05-08 12:21:54 -07:00
2016-05-08 12:21:54 -07:00
2016-09-17 22:24:52 -07:00
2016-05-08 12:21:54 -07:00
2016-05-08 12:21:54 -07:00
2016-09-17 22:24:52 -07:00
2016-11-13 22:49:46 -08:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-08-07 21:21:03 -07:00
2016-08-07 21:21:03 -07:00
2018-04-24 10:35:43 -07:00
2016-10-30 20:06:57 -07:00
2016-08-07 21:21:03 -07:00
2016-09-17 22:24:52 -07:00
2016-11-14 20:54:18 -08:00
2016-03-31 00:33:47 -07:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2016-02-29 23:38:21 -08:00
2016-07-24 09:52:04 -07:00
2019-07-09 13:47:57 -07:00
2016-01-29 01:14:13 -08:00
2016-10-30 20:06:57 -07:00
2016-05-08 12:21:54 -07:00
2016-09-17 22:24:52 -07:00
2016-05-08 12:21:54 -07:00
2016-05-08 12:21:54 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-10-30 20:06:57 -07:00
2016-10-05 19:29:32 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-05-08 12:21:54 -07:00
2016-05-08 12:21:54 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-08-11 23:27:31 -07:00
2016-08-11 23:27:31 -07:00
2018-02-03 16:36:29 -08:00
2016-01-29 01:14:13 -08:00
2016-04-21 07:00:59 -07:00
2016-10-30 20:06:57 -07:00
2016-01-29 01:14:13 -08:00
2016-09-17 22:24:52 -07:00
2016-11-13 22:49:46 -08:00
2016-11-13 22:49:46 -08:00
2018-02-03 16:36:29 -08:00
2016-11-13 22:49:46 -08:00
2016-01-29 01:14:13 -08:00
2016-01-29 01:14:13 -08:00
2015-05-19 22:25:55 -07:00
2015-05-19 22:25:55 -07:00
2016-01-13 01:10:19 -08:00
2016-07-24 09:52:04 -07:00
2016-09-25 13:37:46 -07:00
2016-05-08 12:21:54 -07:00
2016-11-13 22:49:46 -08:00
2016-09-17 22:24:52 -07:00
2016-08-07 21:21:03 -07:00
2016-04-21 07:00:59 -07:00
2016-04-21 07:00:59 -07:00
2016-11-13 22:49:46 -08:00
2016-07-24 09:52:04 -07:00
2016-09-25 13:37:46 -07:00
2016-11-13 22:49:46 -08:00
2016-09-17 22:24:52 -07:00
2016-11-13 22:49:46 -08:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-10-30 20:06:57 -07:00
2016-03-31 00:33:47 -07:00
2016-11-13 22:49:46 -08:00
2016-11-13 22:49:46 -08:00
2016-11-13 22:49:46 -08:00
2016-11-13 22:49:46 -08:00
2016-07-24 09:52:04 -07:00
2016-03-31 00:33:47 -07:00
2016-10-30 20:06:57 -07:00
2016-09-17 22:24:52 -07:00
2016-10-30 20:06:57 -07:00
2016-11-13 22:49:46 -08:00
2016-07-28 23:38:46 -07:00
2016-05-22 19:32:32 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-11-13 22:49:46 -08:00
2016-11-13 22:49:46 -08:00
2016-01-13 01:10:19 -08:00
2019-07-09 13:47:57 -07:00
2016-11-13 22:49:46 -08:00
2018-02-03 16:36:29 -08:00
2016-12-21 15:46:13 -06:00
2016-07-24 09:52:04 -07:00
2016-09-17 22:24:52 -07:00
2016-07-24 09:52:04 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-01-13 01:10:19 -08:00
2016-01-13 01:10:19 -08:00
2016-08-11 23:27:31 -07:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-08-07 21:21:03 -07:00
2016-09-20 09:47:40 -07:00
2016-08-07 21:21:03 -07:00
2016-10-30 20:06:57 -07:00
2016-01-24 19:21:52 -08:00
2016-01-24 19:21:52 -08:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-08-11 23:27:31 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-08-11 23:27:31 -07:00
2016-05-08 12:21:54 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-11-13 22:49:46 -08:00
2016-03-31 00:33:47 -07:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-01-13 01:10:19 -08:00
2016-05-08 12:21:54 -07:00
2016-05-08 12:21:54 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-04-21 07:00:59 -07:00
2016-04-21 07:00:59 -07:00
2016-04-08 01:30:11 -07:00
2016-04-08 01:30:11 -07:00
2016-04-13 10:19:22 -07:00
2016-07-24 09:52:04 -07:00
2016-08-11 23:27:31 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-07-28 23:38:46 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-10-30 20:06:57 -07:00
2018-02-03 16:36:29 -08:00
2018-02-03 16:36:29 -08:00
2016-07-24 09:52:04 -07:00
2016-11-14 20:54:18 -08:00
2016-10-05 19:29:32 -07:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-08-07 21:21:03 -07:00
2016-03-31 00:33:47 -07:00
2016-10-30 20:06:57 -07:00
2016-07-28 23:38:46 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-12-21 15:46:13 -06:00
2016-11-13 22:49:46 -08:00
2016-10-30 20:06:57 -07:00
2016-08-07 21:21:03 -07:00
2016-10-30 20:06:57 -07:00
2016-03-31 00:33:47 -07:00
2016-08-07 21:21:03 -07:00
2016-07-24 09:52:04 -07:00
2016-08-07 21:21:03 -07:00
2016-04-08 01:30:11 -07:00
2016-04-03 22:48:11 -07:00
2016-11-13 22:49:46 -08:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-10-30 20:06:57 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-10-30 20:06:57 -07:00
2016-07-24 09:52:04 -07:00
2016-08-07 21:21:03 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-07-24 09:52:04 -07:00
2016-03-31 00:33:47 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-11-13 22:49:46 -08:00
2016-10-30 20:06:57 -07:00
2016-03-31 00:33:47 -07:00
2016-10-30 20:06:57 -07:00
2016-08-07 21:21:03 -07:00
2016-08-07 21:21:03 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2019-07-09 13:47:57 -07:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-04-21 07:00:59 -07:00
2016-04-21 07:00:59 -07:00
2016-07-24 09:52:04 -07:00
2016-09-17 22:24:52 -07:00
2016-09-17 22:24:52 -07:00
2016-03-31 00:33:47 -07:00
2016-04-21 07:00:59 -07:00
2016-07-24 09:52:04 -07:00
2016-03-31 00:33:47 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-07-24 09:52:04 -07:00
2016-09-17 22:24:52 -07:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-04-21 07:00:59 -07:00
2016-07-24 09:52:04 -07:00
2016-04-13 21:02:00 -07:00
2016-07-24 09:52:04 -07:00
2016-09-25 13:37:46 -07:00
2016-03-31 00:33:47 -07:00
2016-07-24 09:52:04 -07:00
2016-08-07 21:21:03 -07:00
2016-05-22 19:32:32 -07:00
2016-07-24 09:52:04 -07:00
2016-01-13 01:10:19 -08:00
2016-07-24 09:52:04 -07:00
2016-12-21 15:46:13 -06:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-03-31 00:33:47 -07:00
2016-07-24 09:52:04 -07:00
2016-09-17 22:24:52 -07:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-11-13 22:49:46 -08:00
2016-11-13 22:49:46 -08:00
2016-07-24 09:52:04 -07:00
2016-11-14 20:54:18 -08:00
2016-11-14 20:54:18 -08:00
2016-03-31 00:33:47 -07:00
2016-05-08 12:21:54 -07:00
2016-05-08 12:21:54 -07:00
2016-08-07 21:21:03 -07:00
2016-05-22 19:32:32 -07:00
2016-10-30 20:06:57 -07:00
2016-03-31 00:33:47 -07:00
2016-10-30 20:06:57 -07:00
2016-07-28 23:38:46 -07:00
2016-05-08 12:21:54 -07:00
2016-05-08 12:21:54 -07:00
2016-11-13 22:49:46 -08:00
2016-04-21 07:00:59 -07:00
2016-04-21 07:00:59 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-04-03 22:48:11 -07:00
2016-08-11 23:27:31 -07:00
2016-09-25 13:37:46 -07:00
2016-11-15 22:20:52 -08:00
2016-10-30 20:06:57 -07:00
2016-03-31 00:33:47 -07:00
2016-09-25 13:37:46 -07:00
2016-09-25 13:37:46 -07:00
2016-03-31 00:33:47 -07:00
2016-04-08 01:30:11 -07:00
2016-03-31 00:33:47 -07:00
2016-09-25 13:37:46 -07:00
2016-08-11 23:27:31 -07:00
2016-10-30 20:06:57 -07:00
2016-03-31 00:33:47 -07:00
2016-07-24 09:52:04 -07:00
2016-05-22 19:32:32 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-05-22 19:32:32 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-03-31 00:33:47 -07:00
2016-07-24 09:52:04 -07:00
2016-08-11 23:27:31 -07:00
2016-12-21 15:46:13 -06:00
2016-03-31 00:33:47 -07:00
2016-12-21 15:46:13 -06:00
2016-01-13 01:10:19 -08:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-07-24 09:52:04 -07:00
2016-03-31 00:33:47 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-03-31 00:33:47 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-12-21 15:46:13 -06:00
2016-03-31 00:33:47 -07:00
2016-12-21 15:46:13 -06:00
2016-09-25 13:37:46 -07:00
2016-03-31 00:33:47 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-05-08 12:21:54 -07:00
2016-08-07 21:21:03 -07:00
2016-03-31 00:33:47 -07:00
2016-01-13 01:10:19 -08:00
2016-08-07 21:21:03 -07:00
2016-03-31 00:33:47 -07:00
2016-05-08 12:21:54 -07:00
2016-05-08 12:21:54 -07:00
2016-11-14 20:54:18 -08:00
2016-03-31 00:33:47 -07:00
2016-12-21 15:46:13 -06:00
2016-10-05 19:29:32 -07:00
2016-03-31 00:33:47 -07:00
2016-10-05 19:29:32 -07:00
2016-08-11 23:27:31 -07:00
2016-05-08 12:21:54 -07:00
2016-09-20 09:47:40 -07:00
2016-08-07 21:21:03 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-04-08 01:30:11 -07:00
2016-10-30 20:06:57 -07:00
2016-04-03 22:48:11 -07:00
2016-07-24 09:52:04 -07:00
2016-03-31 00:33:47 -07:00
2016-04-10 22:53:08 -07:00
2016-04-10 22:53:08 -07:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-07-24 09:52:04 -07:00
2016-01-13 01:10:19 -08:00
2016-01-13 01:10:19 -08:00
2016-10-30 20:06:57 -07:00
2016-03-31 00:33:47 -07:00
2016-08-07 21:21:03 -07:00
2016-08-11 23:27:31 -07:00
2016-10-30 20:06:57 -07:00
2016-11-13 22:49:46 -08:00
2016-03-31 00:33:47 -07:00
2016-12-21 15:46:13 -06:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-07-24 09:52:04 -07:00
2016-10-30 20:06:57 -07:00
2016-10-30 20:06:57 -07:00
2016-07-24 09:52:04 -07:00
2016-03-31 00:33:47 -07:00
2016-03-31 00:33:47 -07:00
2016-10-30 20:06:57 -07:00

lodash-amd v4.17.21

The Lodash library exported as AMD modules.

Generated using lodash-cli:

$ lodash exports=amd -o ./
$ lodash exports=amd -d -o ./main.js

Installation

Using npm:

$ npm i -g npm
$ npm i --save lodash-amd

Using an AMD loader:

require({
  'packages': [
    { 'name': 'lodash', 'location': 'path/to/lodash' }
  ]
}, ['lodash/chunk'], function(chunk) {
  // use `chunk`
});

See the package source for more details.

Description
No description provided
Readme MIT 52 MiB
Languages
JavaScript 97.2%
HTML 2.3%
EJS 0.5%