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.0 to 0.1.1

2

package.json
{
"name": "sveltekit-search-params",
"version": "0.1.0",
"version": "0.1.1",
"devDependencies": {

@@ -5,0 +5,0 @@ "@sveltejs/adapter-auto": "next",

@@ -82,3 +82,3 @@ /* eslint-disable @typescript-eslint/no-empty-function */

for (const field of Object.keys(value)) {
if (!value[field])
if (!value[field] == undefined)
continue;

@@ -85,0 +85,0 @@ let fnToCall = (value) => value.toString();

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