crypto-browserify has enough methods that are available in SubtleCrypto API, readily available in the browser. Check what specific functions we need this particular library for, and see if we can have a thin wrapper over SubtleCrypto to get the same polyfill effect.
Presently, that this library a lot of outdated packages to our bundle, and I see a lot of dependabot security alerts due to this.
Relates to interledger/open-payments-node#4.
crypto-browserifyhas enough methods that are available in SubtleCrypto API, readily available in the browser. Check what specific functions we need this particular library for, and see if we can have a thin wrapper over SubtleCrypto to get the same polyfill effect.Presently, that this library a lot of outdated packages to our bundle, and I see a lot of dependabot security alerts due to this.
Relates to interledger/open-payments-node#4.