Socket
Socket
Sign inDemoInstall

@webex/internal-plugin-mercury

Package Overview
Dependencies
Maintainers
21
Versions
1204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/internal-plugin-mercury - npm Package Compare versions

Comparing version 1.73.1 to 1.73.3

2

dist/mercury.js

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

},
version: '1.73.1'
version: '1.73.3'
}, (_applyDecoratedDescriptor(_obj, 'connect', [_common.oneFlight], (0, _getOwnPropertyDescriptor2.default)(_obj, 'connect'), _obj), _applyDecoratedDescriptor(_obj, 'disconnect', [_common.oneFlight], (0, _getOwnPropertyDescriptor2.default)(_obj, 'disconnect'), _obj), _applyDecoratedDescriptor(_obj, 'listen', [_dec], (0, _getOwnPropertyDescriptor2.default)(_obj, 'listen'), _obj), _applyDecoratedDescriptor(_obj, 'stopListening', [_dec2], (0, _getOwnPropertyDescriptor2.default)(_obj, 'stopListening'), _obj)), _obj)));

@@ -545,0 +545,0 @@

{
"name": "@webex/internal-plugin-mercury",
"version": "1.73.1",
"version": "1.73.3",
"description": "",

@@ -25,13 +25,13 @@ "license": "MIT",

"lodash": "^4.17.14",
"@webex/webex-core": "1.72.6",
"@webex/common": "1.72.6",
"@webex/webex-core": "1.73.3",
"@webex/common": "1.73.3",
"backoff": "^2.5.0",
"@webex/common-timers": "1.72.6",
"@webex/common-timers": "1.73.3",
"uuid": "^3.3.2",
"ws": "^4.0.0",
"@webex/internal-plugin-wdm": "1.73.1",
"@webex/internal-plugin-feature": "1.73.1",
"@webex/internal-plugin-metrics": "1.73.1",
"@webex/internal-plugin-wdm": "1.73.3",
"@webex/internal-plugin-feature": "1.73.3",
"@webex/internal-plugin-metrics": "1.73.3",
"envify": "^4.1.0"
}
}

@@ -8,2 +8,3 @@ /*!

import {assert} from '@webex/test-helper-chai';
import {flaky} from '@webex/test-helper-mocha';
import sinon from '@webex/test-helper-sinon';

@@ -73,3 +74,3 @@ import WebexCore from '@webex/webex-core';

describe('when web-high-availability is enabled', () => {
it('connects to mercury using service catalog url', () => {
flaky(it, process.env.SKIP_FLAKY_TESTS)('connects to mercury using service catalog url', () => {
let defaultWebSocketUrl;

@@ -76,0 +77,0 @@

@@ -18,3 +18,6 @@ /*!

beforeEach('create users', () => testUsers.create({count: 1})
.then((users) => {
.then(async (users) => {
// Pause for 5 seconds for CI
await new Promise((done) => setTimeout(done, 5000));
webex = new WebexCore({

@@ -21,0 +24,0 @@ credentials: {

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