Socket
Socket
Sign inDemoInstall

use-query-params

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-query-params - npm Package Compare versions

Comparing version 1.1.9 to 1.2.0

4

package.json
{
"name": "use-query-params",
"version": "1.1.9",
"version": "1.2.0",
"description": "React Hook for managing state in URL query parameters with easy serialization.",

@@ -83,3 +83,3 @@ "main": "lib/index.js",

"dependencies": {
"serialize-query-params": "^1.2.3"
"serialize-query-params": "^1.3.1"
},

@@ -86,0 +86,0 @@ "husky": {

@@ -300,3 +300,3 @@ <div align="center">

You can define your own params if the ones shipped with this package don't work for you. There are included [serialization utility functions](https://github.com/pbeshai/use-query-params/blob/master/src/serialize.ts) to make this easier, but you can use whatever you like.
You can define your own params if the ones shipped with this package don't work for you. There are included [serialization utility functions](https://github.com/pbeshai/serialize-query-params/blob/master/src/serialize.ts) to make this easier, but you can use whatever you like.

@@ -504,3 +504,3 @@ ```js

<QueryParamProvider reachHistory={globalHisory}><App /></QueryParamProvider>
<QueryParamProvider reachHistory={globalHistory}><App /></QueryParamProvider>

@@ -507,0 +507,0 @@ <QueryParamProvider history={myCustomHistory}><App /></QueryParamProvider>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc