Socket
Socket
Sign inDemoInstall

queueit-knownuser

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.7.8 to 3.7.9

3

dist/UserInQueueService.js

@@ -26,4 +26,5 @@ "use strict";

UserInQueueService.prototype.getQueueResult = function (targetUrl, config, customerId) {
var _a;
var enqueueToken = this.contextProvider.getEnqueueTokenProvider
&& this.contextProvider.getEnqueueTokenProvider().getEnqueueToken(config.eventId);
&& ((_a = this.contextProvider.getEnqueueTokenProvider()) === null || _a === void 0 ? void 0 : _a.getEnqueueToken(config.eventId));
var query = this.getQueryString(customerId, config.eventId, config.version, config.culture, config.layoutName, config.actionName, null, enqueueToken) +

@@ -30,0 +31,0 @@ (targetUrl ? "&t=" + QueueITHelpers_1.Utils.encodeUrl(targetUrl) : "");

{
"name": "queueit-knownuser",
"version": "3.7.8",
"version": "3.7.9",
"description": "SDK to integrate Queue-it into a javascript based server side application.",

@@ -25,4 +25,4 @@ "main": "dist/index.js",

"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
}
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc