1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/ui
Mark Stacey 00a73ee25e
Replace debounce package with debounce function from lodash (#7931)
These two functions differ slightly in options, but none of those
options are being used by us, so in these cases they're functionally
equivalent. They're even both descendants of the original `debounce`
function from `underscore`.

This was done to reduce the number of direct dependencies we have. It
should not affect bundle size, as we still depend upon the `debounce`
package transitively.
2020-01-29 13:36:03 -04:00
..
app Replace debounce package with debounce function from lodash (#7931) 2020-01-29 13:36:03 -04:00
lib Remove unnecessary get environment type parameter (#7891) 2020-01-24 15:12:58 -04:00
index.js Fix batch transaction UX (#7473) 2020-01-10 06:34:02 -08:00