You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All dependencies should be reviewed. There could be some better alternatives for some of the libraries. For example, get-stream should be replaced with the more browser-friendly stream-chunks. All other libraries should be updated to the latest version.
Dependencies are reviewed
Better alternatives are used if available
get-stream -> stream-chunks remove the requirement for node polyfills
isstream -> is-stream because there are issues with the latest readable-stream version
Others are updated to the latest version
The text was updated successfully, but these errors were encountered:
All dependencies should be reviewed. There could be some better alternatives for some of the libraries. For example,
get-stream
should be replaced with the more browser-friendlystream-chunks
. All other libraries should be updated to the latest version.get-stream
->stream-chunks
remove the requirement for node polyfillsisstream
->is-stream
because there are issues with the latestreadable-stream
versionThe text was updated successfully, but these errors were encountered: