Socket
Socket
Sign inDemoInstall

@ionic/react

Package Overview
Dependencies
12
Maintainers
19
Versions
2572
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

6

dist/index.esm.js

@@ -338,3 +338,3 @@ import { defineCustomElements } from '@ionic/core/loader';

const IonTabButton = /*@__PURE__*/ createReactComponent('ion-tab-button');
const IonAnchor = /*@__PURE__*/ createReactComponent('ion-anchor');
const IonRouterLink = /*@__PURE__*/ createReactComponent('ion-router-link', [], true);
const IonAvatar = /*@__PURE__*/ createReactComponent('ion-avatar');

@@ -563,3 +563,3 @@ const IonBackdrop = /*@__PURE__*/ createReactComponent('ion-backdrop');

context.navigate(path);
}, currentPath: context.getLocation().pathname }), props.children));
}, currentPath: context.currentPath }), props.children));
};

@@ -709,2 +709,2 @@

export { IonActionSheet, IonAlert, IonAnchor, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInput, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNote, IonPage, IonPicker, IonPickerColumn, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSelect, IonSelectOption, IonSelectPopover, IonSkeletonText, IonSlide, IonSlides, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, IonVirtualScroll, IonicContext, useIonViewDidEnter, useIonViewDidLeave, useIonViewWillEnter, useIonViewWillLeave, useIonicConfig, withIonLifeCycle };
export { IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInput, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNote, IonPage, IonPicker, IonPickerColumn, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterLink, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSelect, IonSelectOption, IonSelectPopover, IonSkeletonText, IonSlide, IonSlides, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, IonVirtualScroll, IonicContext, useIonViewDidEnter, useIonViewDidLeave, useIonViewWillEnter, useIonViewWillLeave, useIonicConfig, withIonLifeCycle };

@@ -345,3 +345,3 @@ 'use strict';

const IonTabButton = /*@__PURE__*/ createReactComponent('ion-tab-button');
const IonAnchor = /*@__PURE__*/ createReactComponent('ion-anchor');
const IonRouterLink = /*@__PURE__*/ createReactComponent('ion-router-link', [], true);
const IonAvatar = /*@__PURE__*/ createReactComponent('ion-avatar');

@@ -570,3 +570,3 @@ const IonBackdrop = /*@__PURE__*/ createReactComponent('ion-backdrop');

context.navigate(path);
}, currentPath: context.getLocation().pathname }), props.children));
}, currentPath: context.currentPath }), props.children));
};

@@ -718,3 +718,2 @@

exports.IonAlert = IonAlert;
exports.IonAnchor = IonAnchor;
exports.IonApp = IonApp;

@@ -776,2 +775,3 @@ exports.IonAvatar = IonAvatar;

exports.IonRippleEffect = IonRippleEffect;
exports.IonRouterLink = IonRouterLink;
exports.IonRouterOutlet = IonRouterOutlet;

@@ -778,0 +778,0 @@ exports.IonRow = IonRow;

{
"name": "@ionic/react",
"version": "0.0.8",
"version": "0.0.9",
"description": "React specific wrapper for @ionic/core",

@@ -39,4 +39,4 @@ "keywords": [

"dependencies": {
"@ionic/core": "^4.6.0",
"@ionic/react-core": "0.0.8-1",
"@ionic/core": "^4.7.0",
"@ionic/react-core": "0.0.9",
"tslib": "^1.10.0"

@@ -57,3 +57,3 @@ },

"@types/react-router-dom": "^4.3.1",
"ionicons": "^4.6.2-0",
"ionicons": "^4.6.2",
"jest": "^24.8.0",

@@ -60,0 +60,0 @@ "jest-dom": "^3.4.0",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc