MunifTanjim / node-bitbucket

Bitbucket API client for Browser and Node.js
https://bitbucketjs.netlify.app
MIT License
106 stars 28 forks source link

Deprecated Buffer() in btoa-lite dependency #84

Closed jameswassink closed 3 years ago

jameswassink commented 3 years ago

The btoa-lite dependency uses the deprecated Buffer() constructor rather than Buffer.from(), which gives deprecation warnings.

@node-fetch/btoa-lite can be used as a drop-in replacement which does the same thing, but with Buffer.from.