d-goog
d-goog
We can avoid `execa`'s ESM migration and remove a dependency by switching to the native Node.js `child_process`. Background: - https://github.com/googleapis/gax-nodejs/pull/1703
It's unmaintained with no releases for 5+ years: - https://www.npmjs.com/package/base64-js?activeTab=versions Implementation Notes: - This functionality from used from the library may exist in JS itself now. Perhaps here's a good...
It's unmaintained with no releases for 6+ years: - https://www.npmjs.com/package/ecdsa-sig-formatter?activeTab=versions
This has been deprecated since Auth 2.0: - #414
Today, our webpack 4 testing support is both: - outdated (as webpack 4 itself is outdated) - requires constant config changes (due to upstream dependencies) We disabled the test in...