Socket
Socket
Sign inDemoInstall

use-query-params

Package Overview
Dependencies
12
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.3.3

esm/index.d.ts

14

package.json
{
"name": "use-query-params",
"version": "0.3.2",
"version": "0.3.3",
"description": "React Hook for managing state in URL query parameters with easy serialization.",
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"lib/"
"lib/",
"esm/"
],

@@ -12,4 +14,7 @@ "types": "lib/index.d.ts",

"scripts": {
"build": "tsc",
"build:cjs": "tsc",
"build:es": "tsc -m esNext --outDir esm",
"build": "npm run build:cjs && npm run build:es",
"build-website": "npm run test && npm run build && cd examples/website-example && npm run build && npm run copy-build",
"clean": "rimraf lib esm",
"dev": "NODE_ENV=development tsc -w",

@@ -50,2 +55,3 @@ "prepublishOnly": "npm run test && npm run build",

"react-testing-library": "^6.0.0",
"rimraf": "^2.6.3",
"typescript": "^3.3.3333"

@@ -58,4 +64,4 @@ },

"dependencies": {
"serialize-query-params": "^0.1.1"
"serialize-query-params": "^0.1.3"
}
}
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