MetaMask / eth-json-rpc-middleware

Ethereum middleware for composing an Ethereum provider using json-rpc-engine. Intended to replace provider-engine
ISC License
181 stars 88 forks source link

deps: replace deep-cloning implementation `clone` with `klona` #250

Closed legobeat closed 1 year ago

legobeat commented 1 year ago

Blocking

socket-security[bot] commented 1 year ago

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@types/pify 3.0.2...5.0.2 None +0/-0 5.1 kB types

🚮 Removed packages: @types/clone@2.1.1, pify@3.0.0

legobeat commented 1 year ago

@mikesposito Thanks for review :) Original PR did not actually remove clone as a dependency. This has now been done here.

mikesposito commented 1 year ago

@legobeat Good catch because I didn't notice 😄

jimmywarting commented 1 year ago

when dropping support for NodeJS v16 and below, then you can maybe native structuredClone?