capacitor-branch-deep-links
Advanced tools
Comparing version 6.0.0 to 7.0.0-alpha.0
@@ -66,2 +66,3 @@ import { PluginListenerHandle } from '@capacitor/core'; | ||
} | ||
export type BranchATTAuthorizationStatus = 0 | 1 | 2 | 3; | ||
export interface BranchDeepLinksPlugin { | ||
@@ -82,2 +83,5 @@ addListener(eventName: 'init', listenerFunc: (event: BranchInitEvent) => void): PluginListenerHandle; | ||
}): Promise<void>; | ||
handleATTAuthorizationStatus(options: { | ||
status: BranchATTAuthorizationStatus; | ||
}): Promise<void>; | ||
disableTracking(options: { | ||
@@ -84,0 +88,0 @@ isEnabled: false; |
@@ -17,2 +17,5 @@ import { WebPlugin } from '@capacitor/core'; | ||
}): Promise<void>; | ||
handleATTAuthorizationStatus(_: { | ||
status: number; | ||
}): Promise<void>; | ||
disableTracking(_: { | ||
@@ -19,0 +22,0 @@ isEnabled: false; |
@@ -24,2 +24,5 @@ import { WebPlugin } from '@capacitor/core'; | ||
} | ||
handleATTAuthorizationStatus(_) { | ||
return Promise.reject(new Error('BranchDeepLinks does not have web implementation')); | ||
} | ||
disableTracking(_) { | ||
@@ -26,0 +29,0 @@ return Promise.reject(new Error('BranchDeepLinks does not have web implementation')); |
@@ -33,2 +33,5 @@ 'use strict'; | ||
} | ||
handleATTAuthorizationStatus(_) { | ||
return Promise.reject(new Error('BranchDeepLinks does not have web implementation')); | ||
} | ||
disableTracking(_) { | ||
@@ -35,0 +38,0 @@ return Promise.reject(new Error('BranchDeepLinks does not have web implementation')); |
@@ -30,2 +30,5 @@ var capacitorBranchDeepLinks = (function (exports, core) { | ||
} | ||
handleATTAuthorizationStatus(_) { | ||
return Promise.reject(new Error('BranchDeepLinks does not have web implementation')); | ||
} | ||
disableTracking(_) { | ||
@@ -32,0 +35,0 @@ return Promise.reject(new Error('BranchDeepLinks does not have web implementation')); |
{ | ||
"name": "capacitor-branch-deep-links", | ||
"version": "6.0.0", | ||
"version": "7.0.0-alpha.0", | ||
"description": "Capacitor plugin for Branch.io deep links", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -80,2 +80,4 @@ import { PluginListenerHandle } from '@capacitor/core'; | ||
export type BranchATTAuthorizationStatus = 0 | 1 | 2 | 3; | ||
export interface BranchDeepLinksPlugin { | ||
@@ -100,2 +102,5 @@ addListener( | ||
}): Promise<void>; | ||
handleATTAuthorizationStatus(options: { | ||
status: BranchATTAuthorizationStatus | ||
}): Promise<void>; | ||
disableTracking(options: { | ||
@@ -102,0 +107,0 @@ isEnabled: false; |
@@ -58,2 +58,10 @@ import { WebPlugin } from '@capacitor/core'; | ||
handleATTAuthorizationStatus(_: { | ||
status: number | ||
}): Promise<void> { | ||
return Promise.reject( | ||
new Error('BranchDeepLinks does not have web implementation'), | ||
); | ||
} | ||
disableTracking(_: { isEnabled: false }): Promise<BranchTrackingResponse> { | ||
@@ -60,0 +68,0 @@ return Promise.reject( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
2
223131
59
932
2