Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

nuqs

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuqs - npm Package Compare versions

Comparing version
2.8.3
to
2.8.4
+0
-2
dist/adapters/custom.d.ts

@@ -1,3 +0,1 @@

'use client';
import "../defs-BFMOAnmN.js";

@@ -4,0 +2,0 @@ import { a as AdapterInterface, c as UseAdapterHook, i as createAdapterProvider, o as AdapterOptions, s as UpdateUrlFunction, t as AdapterContext } from "../context-C1cpdknp.js";

@@ -1,3 +0,1 @@

'use client';
import "../defs-BFMOAnmN.js";

@@ -4,0 +2,0 @@ import { r as AdapterProvider } from "../context-C1cpdknp.js";

@@ -1,3 +0,1 @@

'use client';
import "../../defs-BFMOAnmN.js";

@@ -4,0 +2,0 @@ import { n as AdapterProps } from "../../context-C1cpdknp.js";

@@ -1,3 +0,1 @@

'use client';
import "../../defs-BFMOAnmN.js";

@@ -4,0 +2,0 @@ import { r as AdapterProvider } from "../../context-C1cpdknp.js";

@@ -1,3 +0,1 @@

'use client';
import "../defs-BFMOAnmN.js";

@@ -4,0 +2,0 @@ import "../context-C1cpdknp.js";

@@ -1,3 +0,1 @@

'use client';
import "../../defs-BFMOAnmN.js";

@@ -4,0 +2,0 @@ import "../../context-C1cpdknp.js";

@@ -1,3 +0,1 @@

'use client';
import "../../defs-BFMOAnmN.js";

@@ -4,0 +2,0 @@ import { r as AdapterProvider } from "../../context-C1cpdknp.js";

@@ -1,3 +0,1 @@

'use client';
import "../defs-BFMOAnmN.js";

@@ -4,0 +2,0 @@ import { n as AdapterProps } from "../context-C1cpdknp.js";

@@ -1,3 +0,1 @@

'use client';
import "../defs-BFMOAnmN.js";

@@ -4,0 +2,0 @@ import { r as AdapterProvider } from "../context-C1cpdknp.js";

@@ -1,3 +0,1 @@

'use client';
import "../defs-BFMOAnmN.js";

@@ -4,0 +2,0 @@ import { r as AdapterProvider } from "../context-C1cpdknp.js";

@@ -1,3 +0,1 @@

'use client';
import "../defs-BFMOAnmN.js";

@@ -4,0 +2,0 @@ import { a as AdapterInterface, n as AdapterProps, o as AdapterOptions } from "../context-C1cpdknp.js";

@@ -1,3 +0,1 @@

'use client';
import { a as SearchParams, i as Options, n as LimitUrlUpdates, o as UrlKeys, r as Nullable, t as HistoryOptions } from "./defs-BFMOAnmN.js";

@@ -4,0 +2,0 @@ import { StandardSchemaV1 } from "@standard-schema/spec";

+4
-4

@@ -17,4 +17,4 @@ import { c as debug, s as error } from "./context-DRdo5A2P.js";

if (typeof history === "undefined") return false;
if (history.nuqs?.version && history.nuqs.version !== "2.8.3") {
console.error(error(409), history.nuqs.version, `2.8.3`, adapter);
if (history.nuqs?.version && history.nuqs.version !== "2.8.4") {
console.error(error(409), history.nuqs.version, `2.8.4`, adapter);
return false;

@@ -27,3 +27,3 @@ }

history.nuqs = history.nuqs ?? {
version: "2.8.3",
version: "2.8.4",
adapters: []

@@ -44,3 +44,3 @@ };

});
debug("[nuqs %s] Patching history (%s adapter)", "2.8.3", adapter);
debug("[nuqs %s] Patching history (%s adapter)", "2.8.4", adapter);
function sync(url) {

@@ -47,0 +47,0 @@ spinQueueResetMutex();

{
"name": "nuqs",
"version": "2.8.3",
"version": "2.8.4",
"description": "Type-safe search params state manager for React - Like useState, but stored in the URL query string",

@@ -132,7 +132,8 @@ "license": "MIT",

"dev": "tsdown --watch",
"prebuild": "rm -rf dist",
"build": "tsdown",
"build:size-json": "size-limit --json > size.json",
"test": "pnpm run --stream '/^test:/'",
"test:unit": "vitest run --typecheck",
"test:unit": "vitest run --project unit",
"test:browser": "vitest run --project browser --browser.headless",
"test:types": "vitest run --project types",
"test:size": "size-limit",

@@ -172,6 +173,2 @@ "prepack": "./scripts/prepack.sh"

"@size-limit/preset-small-lib": "^11.2.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.3.0",

@@ -181,7 +178,8 @@ "@types/react": "catalog:react19",

"@vitejs/plugin-react": "^5.0.4",
"@vitest/coverage-v8": "^4.0.1",
"@vitest/browser-playwright": "^4.0.15",
"@vitest/coverage-v8": "^4.0.15",
"arktype": "^2.1.20",
"fast-check": "^4.2.0",
"jsdom": "^27.0.1",
"next": "16.0.7",
"playwright": "catalog:e2e",
"react": "catalog:react19",

@@ -194,3 +192,4 @@ "react-dom": "catalog:react19",

"valibot": "^1.2.0",
"vitest": "^4.0.1",
"vitest": "^4.0.15",
"vitest-browser-react": "2.0.2",
"vitest-package-exports": "^0.1.1",

@@ -197,0 +196,0 @@ "zod": "^4.1.5"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet