Socket
Socket
Sign inDemoInstall

@livechat/customer-auth

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livechat/customer-auth - npm Package Compare versions

Comparing version 0.4.0-alpha.3 to 0.4.0-alpha.4

7

dist/customer-auth.native.js

@@ -10,3 +10,2 @@ 'use strict';

var React = require('react');
var reactNative = require('react-native');
var reactNativeWebview = require('react-native-webview');

@@ -195,6 +194,2 @@

var target = reactNative.Platform.select({
ios: 'parent',
android: '__REACT_WEB_VIEW_BRIDGE'
});
var WebView = reactNativeWebview.WebView;

@@ -280,3 +275,3 @@ var AuthWebView =

return this.state.uri ? React.createElement(WebView, {
injectedJavaScript: target + ".postMessage(location.hash || location.search)",
injectedJavaScript: "window.ReactNativeWebView.postMessage(location.hash || location.search)",
onMessage: this.onMessage,

@@ -283,0 +278,0 @@ ref: this.storeWebViewRef,

2

package.json
{
"name": "@livechat/customer-auth",
"version": "0.4.0-alpha.3",
"version": "0.4.0-alpha.4",
"description": "Authorization library for connecting to LiveChat as a customer.",

@@ -5,0 +5,0 @@ "contributors": [

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc