7 ms·
The pace of javascript ecosystem is annoying at times. The first issue is due to deprecation of md4 hash and can at least can be worked around which may allow
by qiller 2y ago
The pace of javascript ecosystem is annoying at times.
The first issue is due to deprecation of md4 hash and can at least can be worked around which may allow to avoid upgrading _some_ dependencies - https://stackoverflow.com/a/72219174 https://stackoverflow.com/a/72219174
- lukefernandez 2y agoThanks for sharing this! That's a clever workaround that I hadn't come across.