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
the native-url is a popular package and used by next and many other popular packages, so it's important to keep dependencies up-to-date :)
Use URLSearchParams instead
Actual Behavior
The native-url npm package is using the querystring package which is deprecated.
You can see more details about the deprecating of the querystring package here.
Steps to Reproduce the Problem
You can do npm install and you'll see the npm Deprecation warning
Specifications
Version: 0.3.4
Platform:
The text was updated successfully, but these errors were encountered:
Expected Behavior
the native-url is a popular package and used by next and many other popular packages, so it's important to keep dependencies up-to-date :)
Use URLSearchParams instead
Actual Behavior
The native-url npm package is using the querystring package which is deprecated.
You can see more details about the deprecating of the querystring package here.
Steps to Reproduce the Problem
You can do npm install and you'll see the npm Deprecation warning
Specifications
The text was updated successfully, but these errors were encountered: