Conversation
Socket Security Pull Request Report👍 No new dependency issues detected in pull request Pull request report summary
Bot CommandsTo ignore an alert, reply with a comment starting with Ignoring: Powered by socket.dev |
|
@goosewobbler looks good to me. one thing I noticed when running and attempting to add a Lattice signer is this message:
are they using the experimental Fetch API and, if so, are we OK w that? |
|
@mholtzman Fetch is now opt-out, globally available since N18 but still "experimental". See the SDK docs for their usage, seems they use native fetch if available and we have to explicitly patch it with |
OK I think this is fine, just want to do a quick double check and make a note of it in case we see anything weird coming from its usage in any other parts of the app |
Co-authored-by: goosewobbler <[email protected]>
No description provided.