sveltekit-search-params
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "sveltekit-search-params", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"repository": "git+https://github.com/paoloricciuti/sveltekit-search-params.git", | ||
@@ -5,0 +5,0 @@ "author": "Paolo Ricciuti", |
@@ -94,2 +94,6 @@ /* eslint-disable @typescript-eslint/no-empty-function */ | ||
goto(`?${query}`, { | ||
//doing this for back and forward compatibility | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
//@ts-ignore | ||
keepFocus: true, | ||
keepfocus: true, | ||
@@ -133,2 +137,6 @@ noscroll: true | ||
goto(`?${query}`, { | ||
//doing this for back and forward compatibility | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
//@ts-ignore | ||
keepFocus: true, | ||
keepfocus: true, | ||
@@ -135,0 +143,0 @@ noscroll: true |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19007
7884
219
10