1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app
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
..
_locales Add top-level error page (#7889) 2020-01-24 17:11:02 -04:00
fonts
images Connect distinct accounts per site (#7004) 2019-12-03 13:39:25 -04:00
scripts Replace debounce package with debounce function from lodash (#7931) 2020-01-29 13:36:03 -04:00
vendor/trezor
home.html
loading.html
manifest.json Version v7.7.0 2019-12-03 13:39:25 -04:00
notification.html
phishing.html
popup.html
trezor-usb-permissions.html
unsupport.html