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

quiq-chat

Package Overview
Dependencies
Maintainers
7
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 2.16.11 to 2.16.12

2

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

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

@@ -208,3 +208,2 @@ import { formatQueryParams, burnItDown, onceAtATime } from './Utils/utils';

const { sub: newTrackingId } = jwt_decode<QuiqJwt>(res.accessToken);
ChatState.trackingId = newTrackingId;

@@ -220,2 +219,4 @@ // Ensure we were able to store access token properly

}
// This should be after the _onNewSession call so we can react to a change in tracking ID if needed. SER-12073
ChatState.trackingId = newTrackingId;

@@ -222,0 +223,0 @@ log.info(`Login successful. trackingId: ${newTrackingId || 'unknown'}`);

@@ -148,3 +148,3 @@ import * as API from './apiCalls';

// Register with apiCalls for new session events
API.registerNewSessionCallback(this._handleNewSession);
API.registerNewSessionCallback(this._handleNewSession.bind(this));

@@ -151,0 +151,0 @@ return this;

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 too big to display

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