aws-sdk-js
aws-sdk-js copied to clipboard
Deprecated dependency
Describe the bug
Library depends on "querystring" that is being deprecated.
https://www.npmjs.com/package/querystring
Expected Behavior
"new code should use the URLSearchParams API instead"
Current Behavior
npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
Reproduction Steps
npm install
Possible Solution
No response
Additional Information/Context
No response
SDK version used
2.1171.0
Environment details (OS name and version, etc.)
OS
@filipjakubowski thanks for opening this issue, I'll discuss this with team and probably open a PR for it.
awk-sdk
also has [email protected]
as dependency, which also relies on the deprecated querystring
package. Would be great to find a way to remove both of those dependencies.
👍
should just use globalThis.URL
and globalThis.URLSearchParams
instead.
come on guys - this should be fixed !
+1, happy to make a PR if someone isn't working on this. It's hacktoberfest :)
Apologies I wasnt able to pick it up, feel free to open a PR for us to review thanks.
I've added a PR to remove the dep on querystring
Hey Guys. What is the status of this PR. When it is going to be merged?
Trying to eliminate deprecated packages in my codebase and getting warnings about querystring
because my project uses aws-sdk
-- what is the status of this issue?
Any news on this one?
Any news on this?
Hello everyone,
Thanks for your patience. From looking at querystring, there are no CVEs associated with it this older version. These are warnings and not errors. We are not inclined to patch this unless there's an inherent security risk.
JS SDK v2 is about to enter maintenance mode. The solution here is to upgrade to JS SDK v3.
Thanks, Ran~
2 years later, and still this is not resolved.