Socket
Socket
Sign inDemoInstall

use-query-params

Package Overview
Dependencies
6
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-rc.1 to 2.0.0

6

dist/package.json
{
"name": "use-query-params",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"description": "React Hook for managing state in URL query parameters with easy serialization.",

@@ -75,3 +75,3 @@ "main": "./index.cjs.js",

"dependencies": {
"serialize-query-params": "^2.0.0-rc.0"
"serialize-query-params": "^2.0.0"
},

@@ -93,4 +93,4 @@ "husky": {

},
"gitHead": "443df91b390fe0503bfbe6a437e1b762a70502c9",
"gitHead": "17a70ebac972db14b69cda83e50eba8a6020c54e",
"types": "./index.d.ts"
}
{
"name": "use-query-params",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"description": "React Hook for managing state in URL query parameters with easy serialization.",

@@ -75,3 +75,3 @@ "main": "./dist/index.cjs.js",

"dependencies": {
"serialize-query-params": "^2.0.0-rc.0"
"serialize-query-params": "^2.0.0"
},

@@ -93,3 +93,3 @@ "husky": {

},
"gitHead": "443df91b390fe0503bfbe6a437e1b762a70502c9"
"gitHead": "17a70ebac972db14b69cda83e50eba8a6020c54e"
}

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

Link your routing system via an adapter (e.g., [React Router 6 example](../../examples/react-router-6/src/index.tsx), [React Router 5 example](../../examples/reach-router-5/src/index.tsx)):
Link your routing system via an adapter (e.g., [React Router 6 example](../../examples/react-router-6/src/index.tsx), [React Router 5 example](../../examples/react-router-5/src/index.tsx)):

@@ -40,0 +40,0 @@ ```js

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc