Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

quiq-chat

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quiq-chat - npm Package Compare versions

Comparing version 1.10.3 to 1.10.4

10

build/quiq-chat.js

@@ -321,3 +321,3 @@ 'use strict';

var version = "1.10.3";
var version = "1.10.4";

@@ -396,2 +396,6 @@ //

var keepAlive = function keepAlive() {
quiqFetch(getUrlForContactPoint() + '/keep-alive', { method: 'POST' });
};
var joinChat$1 = function joinChat() {

@@ -461,2 +465,6 @@ quiqFetch(getUrlForContactPoint() + '/join', { method: 'POST' });

setTrackingId(res.tokenId);
// Start calling the keepAlive endpoint
keepAlive();
setInterval(keepAlive, 60 * 1000);
}

@@ -463,0 +471,0 @@ if (res.tokenId && _onNewSession) {

2

package.json
{
"name": "quiq-chat",
"version": "1.10.3",
"version": "1.10.4",
"description": "Library to help with network requests to create a webchat client for Quiq Messaging",

@@ -5,0 +5,0 @@ "main": "build/quiq-chat.js",

@@ -21,2 +21,6 @@ // @flow

export const keepAlive = () => {
quiqFetch(`${getUrlForContactPoint()}/keep-alive`, {method: 'POST'});
};
export const joinChat = () => {

@@ -88,2 +92,6 @@ quiqFetch(`${getUrlForContactPoint()}/join`, {method: 'POST'});

setTrackingId(res.tokenId);
// Start calling the keepAlive endpoint
keepAlive();
setInterval(keepAlive, 60 * 1000);
}

@@ -90,0 +98,0 @@ if (res.tokenId && _onNewSession) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

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

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