MetaMask / rpc-cap

A module for adding an object-capabilities system to any JSON-RPC API as middleware for json-rpc-engine
ISC License
31 stars 32 forks source link

feat: add filterResponse deep compare with fast-deep-equal #125

Closed shanejonas closed 3 years ago

shanejonas commented 3 years ago

This change extends the current filterResponse caveat to support not just shallow arrays of strings, but deep compare of objects as well.

rel #119

shanejonas commented 3 years ago

@rekmarks reopened