🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

ionic-plugin-deeplinks

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic-plugin-deeplinks - npm Package Compare versions

Comparing version

to
1.0.2

2

package.json
{
"name": "ionic-plugin-deeplinks",
"version": "1.0.1",
"version": "1.0.2",
"cordova": {

@@ -5,0 +5,0 @@ "id": "ionic-plugin-deeplinks",

@@ -8,3 +8,3 @@ Ionic Deeplinks Plugin

For example, you can have your app open through a link to https://yoursite.com/product/cool-beans and then navigate
to display the Cool Beans in your store (cool beans!).
to display the Cool Beans in your app (cool beans!).

@@ -37,3 +37,3 @@ Additionally, on Android and pre 9.2 iOS, your app can be opened through a custom URL scheme, like `coolbeans://app/product/cool-beans`.

```typescript
```javascript
import {Deeplinks} from 'ionic-native';

@@ -58,3 +58,3 @@

```typescript
```javascript
Deeplinks.routeWithNavController(this.navController, {

@@ -61,0 +61,0 @@ '/about-us': AboutPage,