You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@ionic/react

Package Overview
Dependencies
Maintainers
2
Versions
3677
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/react - npm Package Compare versions

Comparing version
8.8.1-dev.11773676615.1d6c4cf7
to
8.8.1-dev.11773873479.192398dc
+6
-0
dist/types/routing/LocationHistory.d.ts

@@ -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