cobrowse-sdk-react-native
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -76,3 +76,3 @@ 'use strict'; | ||
CobrowseIO.addListener(CobrowseIO.SESSION_REQUESTED, (session) => { | ||
CobrowseIO.onSessionRequest(session); | ||
CobrowseIO.handleSessionRequest(session); | ||
}); |
{ | ||
"name": "cobrowse-sdk-react-native", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Cobrowse SDK for React Native", | ||
@@ -5,0 +5,0 @@ "main": "./js/index.js", |
@@ -51,2 +51,4 @@ # Cobrowse.io - React Native SDK | ||
[Requiring acceptance from the user](./docs/require-user-consent.md) | ||
[Redact sensitive data](https://cobrowse.io/docs#redact-sensitive-data) | ||
@@ -53,0 +55,0 @@ |
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
603217
61