cobrowse-sdk-react-native
Advanced tools
Comparing version 2.16.0 to 2.17.0
@@ -99,2 +99,7 @@ import { Platform, Alert, NativeEventEmitter, EmitterSubscription, NativeModules } from 'react-native' | ||
// eslint-disable-next-line accessor-pairs | ||
static set webviewRedactedViews (redactionSelectors: string[]) { | ||
CobrowseIONative.webviewRedactedViews(redactionSelectors) | ||
} | ||
// eslint-disable-next-line accessor-pairs | ||
static set deviceToken (token: string) { | ||
@@ -101,0 +106,0 @@ CobrowseIONative.deviceToken(token) |
@@ -98,2 +98,7 @@ "use strict"; | ||
// eslint-disable-next-line accessor-pairs | ||
static set webviewRedactedViews(redactionSelectors) { | ||
CobrowseIONative.webviewRedactedViews(redactionSelectors); | ||
} | ||
// eslint-disable-next-line accessor-pairs | ||
static set deviceToken(token) { | ||
@@ -100,0 +105,0 @@ CobrowseIONative.deviceToken(token); |
@@ -91,2 +91,7 @@ import { Platform, Alert, NativeEventEmitter, NativeModules } from 'react-native'; | ||
// eslint-disable-next-line accessor-pairs | ||
static set webviewRedactedViews(redactionSelectors) { | ||
CobrowseIONative.webviewRedactedViews(redactionSelectors); | ||
} | ||
// eslint-disable-next-line accessor-pairs | ||
static set deviceToken(token) { | ||
@@ -93,0 +98,0 @@ CobrowseIONative.deviceToken(token); |
@@ -19,2 +19,3 @@ import { EmitterSubscription } from 'react-native'; | ||
static set capabilities(capabilities: Array<'drawing' | 'full_device' | 'keypress' | 'laser' | 'pointer'>); | ||
static set webviewRedactedViews(redactionSelectors: string[]); | ||
static set deviceToken(token: string); | ||
@@ -21,0 +22,0 @@ static currentSession(): Session | null; |
{ | ||
"name": "cobrowse-sdk-react-native", | ||
"version": "2.16.0", | ||
"version": "2.17.0", | ||
"description": "Cobrowse SDK for React Native", | ||
@@ -5,0 +5,0 @@ "main": "lib/module/index", |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
202305
1924
0