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
ibm-cos-sdk@1.12.2 makes use of querystring (both directly and it is pulled in by url, but querystring is deprecated.
npm suggest "new code should use the URLSearchParams API instead", as a replacement for direct use
url seems unlikely to change as it's not been published for 7 years. It claims it has feature-parity with Node.js' core url module. Could ibm-cos-sdk switch to core URL or is it being used to be browserified or something?
The text was updated successfully, but these errors were encountered:
ibm-cos-sdk@1.12.2
makes use ofquerystring
(both directly and it is pulled in byurl
, butquerystring
is deprecated.ibm-cos-sdk
switch to coreURL
or is it being used to be browserified or something?The text was updated successfully, but these errors were encountered: