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

sveltekit-search-params

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveltekit-search-params - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"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

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