Socket
Socket
Sign inDemoInstall

@solidjs/router

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solidjs/router - npm Package Compare versions

Comparing version 0.10.0-beta.7 to 0.10.0-beta.8

2

dist/data/action.js

@@ -83,3 +83,3 @@ import { $TRACK, createMemo, createSignal, onCleanup, getOwner } from "solid-js";

uri.searchParams.set("args", hashKey(args));
return toAction(newFn, uri.toString());
return toAction(newFn, uri.pathname + uri.search);
};

@@ -86,0 +86,0 @@ fn.url = url;

@@ -964,3 +964,3 @@ import { isServer, getRequestEvent, createComponent as createComponent$1, delegateEvents, spread, mergeProps as mergeProps$1, template } from 'solid-js/web';

uri.searchParams.set("args", hashKey(args));
return toAction(newFn, uri.toString());
return toAction(newFn, uri.pathname + uri.search);
};

@@ -967,0 +967,0 @@ fn.url = url;

@@ -9,3 +9,3 @@ {

"license": "MIT",
"version": "0.10.0-beta.7",
"version": "0.10.0-beta.8",
"homepage": "https://github.com/solidjs/solid-router#readme",

@@ -12,0 +12,0 @@ "repository": {

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