GoogleChromeLabs / GoogleChromeLabs/native-url

use URLSearchParams instead of the querystring package (deprecated)

Open
#40 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
286
Forks
11
PR merge metrics
No merged PRs in 30d

Description

## 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 ](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/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](https://www.npmjs.com/package/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:

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.