@ionic/react
Advanced tools
@@ -16,2 +16,8 @@ import type { RouteInfo } from '../models/RouteInfo'; | ||
| getCurrentRouteInfoForTab(tab?: string): RouteInfo<any> | undefined; | ||
| /** | ||
| * Returns the most recent RouteInfo in global history (excluding the current | ||
| * entry) whose pathname matches the given value. Unlike findLastLocation, | ||
| * this search is tab-agnostic. Used by the multi-step back detection. | ||
| */ | ||
| findLastLocationByPathname(pathname: string): RouteInfo<any> | undefined; | ||
| findLastLocation(routeInfo: RouteInfo): RouteInfo<any> | undefined; | ||
@@ -18,0 +24,0 @@ previous(): RouteInfo<any>; |
+2
-2
| { | ||
| "name": "@ionic/react", | ||
| "version": "8.8.1-dev.11773676615.1d6c4cf7", | ||
| "version": "8.8.1-dev.11773873479.192398dc", | ||
| "description": "React specific wrapper for @ionic/core", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@ionic/core": "8.8.1-dev.11773676615.1d6c4cf7", | ||
| "@ionic/core": "8.8.1-dev.11773873479.192398dc", | ||
| "ionicons": "^8.0.13", | ||
@@ -46,0 +46,0 @@ "tslib": "*" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1021261
0.24%4384
0.5%+ Added
- Removed