MetaMask / eth-json-rpc-filters

json-rpc-engine middleware implementing ethereum filter methods
ISC License
30 stars 38 forks source link

Replace `lodash.flatmap` #36

Closed Gudahtt closed 3 years ago

Gudahtt commented 3 years ago

flatmap is a great utility function, but, it didn't seem necessary here. The operation it was used for was trivial to implement using plain JavaScript. Removing this dependency leaves one less thing for us to update.