qiniu / nodejs-sdk

Qiniu Resource (Cloud) Storage SDK for Node.js
588 stars 190 forks source link

DeprecationWarning on node16 #407

Open ATQQ opened 1 year ago

ATQQ commented 1 year ago

在 Node v16.19.0 使用时终端有 API 弃用的警告信息

(node:4803) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
lihsai0 commented 1 year ago

urllib 太旧了需要更新。

fyzhu commented 1 year ago

urllib 太旧了需要更新。

抓紧更新啊,github 已经警告了,所有依赖这个库的 github 仓库都会收到警告