1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/app
Mark Stacey 89ef78674d
Replace uses of hasOwnProperty.call with simpler alternatives (#11009)
Three uses of `hasOwnProperty.call` have been replaced with simpler
alternatives. I did this because I found this convention confusing.

The `ComposableObservableStore` changes required adding a check for
whether the `config` is defined, because the old syntax would allow
iterating over `undefined` as if it was an empty object. Functionally
it should be identical. A new test was added to highlight this
functionality.
2021-05-11 14:09:17 -02:30
..
_locales replacing seed phrase with Secret Recovery Phrase (#10994) 2021-05-07 09:07:43 -04:00
fonts
images Revert "Revert "Adding recovery phrase video to onboarding process (#10717)"" 2021-05-05 12:26:03 -07:00
manifest Migrate version from _base manifest to package.json (#11029) 2021-05-10 14:16:03 -07:00
scripts Replace uses of hasOwnProperty.call with simpler alternatives (#11009) 2021-05-11 14:09:17 -02:30
vendor/trezor Update postMessage structure for TrezorConnect 8 (#10192) 2021-01-21 11:12:54 -06:00
background.html Version v9.5.0 RC (#10944) 2021-05-05 11:08:59 -07:00
home.html Rename lockdown.cjs to lockdown.js (#10026) 2020-12-09 12:19:17 -03:30
loading.html
notification.html Rename lockdown.cjs to lockdown.js (#10026) 2020-12-09 12:19:17 -03:30
phishing.html Rename lockdown.cjs to lockdown.js (#10026) 2020-12-09 12:19:17 -03:30
popup.html Rename lockdown.cjs to lockdown.js (#10026) 2020-12-09 12:19:17 -03:30
trezor-usb-permissions.html