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.43.0 to 1.44.0

2

package.json
{
"name": "quiq-chat",
"version": "1.43.0",
"version": "1.44.0",
"descri1tion":

@@ -5,0 +5,0 @@ "Library to help with network requests to create a webchat client for Quiq Messaging",

@@ -315,3 +315,5 @@ // @flow

getHandle = throttle((host?: string) => storage.getTrackingId() || API.login(host), 10000, {
getHandle = () => storage.getTrackingId();
login = throttle((host?: string) => API.login(host), 10000, {
trailing: false,

@@ -337,2 +339,8 @@ });

_deepGetUserSubscribed = async (): Promise<boolean> => {
const conversation = await getConversation();
storage.setQuiqUserIsSubscribed(conversation.isSubscribed);
return conversation.isSubscribed;
};
_logToSentry = (level: string, message: string, data: Object = {}) =>

@@ -339,0 +347,0 @@ Raven.captureMessage(message, {

@@ -35,3 +35,3 @@ // @flow

// Only append this data to a non-cached endpoint so we don't cache bust.
let parsedUrl = options.cached
const parsedUrl = options.cached
? url

@@ -38,0 +38,0 @@ : formatQueryParams(url, {

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 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

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