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

2

package.json
{
"name": "svelte-guard-history-router",
"version": "2.23.0",
"version": "2.23.1",
"publishConfig": {

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

@@ -123,2 +123,3 @@ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev)

- [continue](#continue)
- [abort](#abort)
- [subscribe](#subscribe)

@@ -143,3 +144,3 @@ - [Parameters](#parameters-4)

- [continue](#continue-1)
- [rollback](#rollback)
- [abort](#abort-1)
- [Parameters](#parameters-11)

@@ -263,6 +264,12 @@ - [SkeletonRoute](#skeletonroute)

Continue transition to its original destination.
Continue a transition to its original destination.
Shortcut for this.transition.continue()
Does nothing if there is no transition.
### abort
Abort a transition.
Shortcut for this.transition.abort()
Does nothing if there is no transition.
### subscribe

@@ -366,3 +373,3 @@

### rollback
### abort

@@ -402,2 +409,3 @@ Bring back the router into the state before the transition has started

- `transition` **[Transition](#transition)**
- `untilRoute`

@@ -411,2 +419,3 @@ ### leave

- `transition` **[Transition](#transition)**
- `untilRoute`

@@ -413,0 +422,0 @@ ### propertiesFor

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