Socket
Socket
Sign inDemoInstall

@queue-it/connector-javascript

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@queue-it/connector-javascript - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

4

dist/userInQueueService.js

@@ -304,3 +304,3 @@ "use strict";

if (queueParams.eventId !== config.eventId &&
((_a = config.allowedWaitingRoomIds) === null || _a === void 0 ? void 0 : _a.indexOf(queueParams.eventId)) === -1)
!(((_a = config.allowedWaitingRoomIds) === null || _a === void 0 ? void 0 : _a.indexOf(queueParams.eventId)) >= 0))
return new TokenValidationOutput(queueitHelpers_1.SessionValidationResult.newFailedResult(InvalidTokenErrorCode.WaitingRoomId));

@@ -322,3 +322,3 @@ if (queueParams.timeStamp < queueitHelpers_1.Utils.getCurrentTime())

};
UserInQueueService.SDK_VERSION = "javascript-" + "4.2.1";
UserInQueueService.SDK_VERSION = "javascript-" + "4.2.2";
return UserInQueueService;

@@ -325,0 +325,0 @@ }());

{
"name": "@queue-it/connector-javascript",
"version": "4.2.1",
"version": "4.2.2",
"description": "Connector to integrate Queue-it into a javascript based server side application.",

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

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