Gathering detailed insights and metrics for set-query-params
Gathering detailed insights and metrics for set-query-params
Gathering detailed insights and metrics for set-query-params
Gathering detailed insights and metrics for set-query-params
url-query-set
Set query or search params to a url link.
query-params-util
get and set query params
@ewb/mongoose-query
Parse queries and params to mongoose search. Strips dangerous keys and set corrects options with help of query values.
react-router-query-params
Set query parameters with a schema for react-router.
npm install set-query-params
Typescript
Module System
Min. Node Version
Node Version
NPM Version
65.9
Supply Chain
73.7
Quality
75
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
1,311
Last Day
5
Last Week
6
Last Month
17
Last Year
135
MIT License
4 Commits
1 Branches
1 Contributors
Updated on May 16, 2019
Minified
Minified + Gzipped
Latest Version
0.0.3
Package Id
set-query-params@0.0.3
Unpacked Size
170.23 kB
Size
66.86 kB
File Count
14
NPM Version
6.4.1
Node Version
10.11.0
Cumulative downloads
Total Downloads
Last Day
0%
5
Compared to previous day
Last Week
0%
6
Compared to previous week
Last Month
0%
17
Compared to previous month
Last Year
-6.9%
135
Compared to previous year
1
Set/ override url query parameters
1npm i set-query-params 2 3# Or with Yarn 4yarn add set-query-params
1import setQueryParams from `set-query-params`; 2 3const url = setQueryParams('http://example.org/?foo=test&hello=user', { hello: 'world' }); 4 5console.log(url); // http://example.org/?foo=test&bar=test&hello=world
See the contribute file!
PRs accepted.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/4 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
62 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More