Socket
Socket
Sign inDemoInstall

react-native-zendesk-chat

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-zendesk-chat - npm Package Compare versions

Comparing version 0.4.1-beta.7 to 0.4.1-beta.8

2

package.json
{
"name": "react-native-zendesk-chat",
"version": "0.4.1-beta.7",
"version": "0.4.1-beta.8",
"description": "React Native Wrapper around Zopim Zendesk Chat",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -168,3 +168,7 @@ # react-native-zendesk-chat

```
also in project build.gradle
Add ```gradle
maven { url 'https://zendesk.jfrog.io/zendesk/repo' }```
For RN < 0.60:

@@ -171,0 +175,0 @@

@@ -100,2 +100,7 @@ declare module "react-native-zendesk-chat" {

registerPushToken: (token: string) => void;
/**
* Check if there are available agents
*/
areAgentsOnline: () => Promise<Boolean>;
}

@@ -102,0 +107,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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