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.23.3 to 2.23.4

4

package.json
{
"name": "svelte-guard-history-router",
"version": "2.23.3",
"version": "2.23.4",
"publishConfig": {

@@ -38,3 +38,3 @@ "access": "public"

"documentation": "^13.0.2",
"rollup": "^2.21.0",
"rollup": "^2.22.0",
"rollup-plugin-dev": "^1.1.2",

@@ -41,0 +41,0 @@ "rollup-plugin-svelte": "^5.2.3",

@@ -154,18 +154,20 @@ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev)

- [Parameters](#parameters-14)
- [commonAncestor](#commonancestor)
- [Parameters](#parameters-15)
- [propertyMapping](#propertymapping)
- [objectFor](#objectfor)
- [Parameters](#parameters-15)
- [Parameters](#parameters-16)
- [Guard](#guard)
- [enter](#enter-1)
- [Parameters](#parameters-16)
- [Parameters](#parameters-17)
- [leave](#leave-1)
- [Parameters](#parameters-17)
- [Parameters](#parameters-18)
- [redirectGuard](#redirectguard)
- [Parameters](#parameters-18)
- [Parameters](#parameters-19)
- [sequenceGuard](#sequenceguard)
- [Parameters](#parameters-19)
- [Parameters](#parameters-20)
- [parallelGuard](#parallelguard)
- [Parameters](#parameters-20)
- [Parameters](#parameters-21)
- [WaitingGuard](#waitingguard)
- [Parameters](#parameters-21)
- [Parameters](#parameters-22)

@@ -406,3 +408,3 @@ ## Key

- `transition` **[Transition](#transition)**
- `untilRoute`
- `untilRoute` **Route** the common ancestor with the former route

@@ -416,3 +418,3 @@ ### leave

- `transition` **[Transition](#transition)**
- `untilRoute`
- `untilRoute` **Route** the common ancestor with the next route

@@ -429,2 +431,12 @@ ### propertiesFor

### commonAncestor
Find common ancestor with another Route
#### Parameters
- `other` **Route**
Returns **(Route | [undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined))** common ancestor Route between receiver and other
### propertyMapping

@@ -431,0 +443,0 @@

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