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

svelte-guard-history-router

Package Overview
Dependencies
Maintainers
1
Versions
276
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-guard-history-router - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

2

package.json
{
"name": "svelte-guard-history-router",
"version": "2.5.0",
"version": "2.5.1",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -63,8 +63,10 @@ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev)

<li>
<Route path="/article" guards={sessionGuard} component={Articles}>Articles</Route>
<Route path="/article/:artice" guards={sessionGuard} component={Article}/>
<Route path="/article" guards={sessionGuard} component={Articles}>Articles
<Route path="/:artice" component={Article}/>
</Route>
</li>
<li>
<Route path="/category" guards={sessionGuard} component={Categories}>Categories</Route>
<Route path="/category/:category" guards={sessionGuard} component={Category}/>
<Route path="/category" guards={sessionGuard} component={Categories}>Categories
<Route path="/:category" component={Category}/>
</Route>
</li>

@@ -71,0 +73,0 @@ </ul>

Sorry, the diff of this file is not supported yet

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