Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hook-use-url

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hook-use-url - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

8

index.js

@@ -103,2 +103,10 @@ import { useSearchParams } from "react-router-dom";

getAll(variable) {
let result = [];
if (variable && typeof variable === "string") {
result = this.searchParams.getAll(variable);
}
return result;
}
removeQuery() {

@@ -105,0 +113,0 @@ this.searchParams = new URLSearchParams({});

2

package.json
{
"name": "hook-use-url",
"version": "2.0.6",
"version": "2.0.7",
"keywords": [

@@ -5,0 +5,0 @@ "react-router",

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