Socket
Socket
Sign inDemoInstall

@webex/internal-plugin-wdm

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-wdm - npm Package Compare versions

Comparing version 1.74.2 to 1.74.3

2

dist/device/device.js

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

},
version: '1.74.2'
version: '1.74.3'
}, (_applyDecoratedDescriptor(_obj, 'determineService', [_dec], (0, _getOwnPropertyDescriptor2.default)(_obj, 'determineService'), _obj), _applyDecoratedDescriptor(_obj, 'getServiceUrl', [_dec2], (0, _getOwnPropertyDescriptor2.default)(_obj, 'getServiceUrl'), _obj), _applyDecoratedDescriptor(_obj, 'initialize', [_dec3], (0, _getOwnPropertyDescriptor2.default)(_obj, 'initialize'), _obj), _applyDecoratedDescriptor(_obj, 'isService', [_dec4], (0, _getOwnPropertyDescriptor2.default)(_obj, 'isService'), _obj), _applyDecoratedDescriptor(_obj, 'isServiceUrl', [_dec5], (0, _getOwnPropertyDescriptor2.default)(_obj, 'isServiceUrl'), _obj), _applyDecoratedDescriptor(_obj, 'isSpecificService', [_dec6], (0, _getOwnPropertyDescriptor2.default)(_obj, 'isSpecificService'), _obj), _applyDecoratedDescriptor(_obj, 'refresh', [_common.oneFlight, _dec7], (0, _getOwnPropertyDescriptor2.default)(_obj, 'refresh'), _obj), _applyDecoratedDescriptor(_obj, 'register', [_common.oneFlight, _dec8], (0, _getOwnPropertyDescriptor2.default)(_obj, 'register'), _obj), _applyDecoratedDescriptor(_obj, 'unregister', [_common.oneFlight, _dec9], (0, _getOwnPropertyDescriptor2.default)(_obj, 'unregister'), _obj)), _obj)));

@@ -822,0 +822,0 @@

{
"name": "@webex/internal-plugin-wdm",
"version": "1.74.2",
"version": "1.74.3",
"description": "",

@@ -21,10 +21,10 @@ "license": "MIT",

"lodash": "^4.17.14",
"@webex/common": "1.74.2",
"@webex/common-timers": "1.74.2",
"@webex/common": "1.74.3",
"@webex/common-timers": "1.74.3",
"ampersand-state": "^5.0.2",
"ampersand-collection": "^2.0.2",
"@webex/webex-core": "1.74.2",
"@webex/http-core": "1.74.2",
"@webex/webex-core": "1.74.3",
"@webex/http-core": "1.74.3",
"envify": "^4.1.0"
}
}

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

import {assert} from '@webex/test-helper-chai';
import sinon from '@webex/test-helper-sinon';
import sinon from 'sinon';
import WebexCore from '@webex/webex-core';

@@ -11,0 +11,0 @@ import testUsers from '@webex/test-helper-test-users';

@@ -8,4 +8,5 @@ /*!

import MockWebex from '@webex/test-helper-mock-webex';
import sinon from '@webex/test-helper-sinon';
import sinon from 'sinon';
import Device from '@webex/internal-plugin-wdm';
import deviceFixture from '../lib/device-fixture';

@@ -12,0 +13,0 @@

@@ -7,3 +7,3 @@ /*!

import MockWebex from '@webex/test-helper-mock-webex';
import sinon from '@webex/test-helper-sinon';
import sinon from 'sinon';
import Device, {config} from '@webex/internal-plugin-wdm';

@@ -10,0 +10,0 @@ import {cloneDeep} from 'lodash';

@@ -7,7 +7,8 @@ /*!

import {assert} from '@webex/test-helper-chai';
import sinon from '@webex/test-helper-sinon';
import sinon from 'sinon';
import {cloneDeep} from 'lodash';
import deviceFixture from '../lib/device-fixture';
import Device from '@webex/internal-plugin-wdm';
import deviceFixture from '../lib/device-fixture';
describe('plugin-wdm', () => {

@@ -14,0 +15,0 @@ describe('FeaturesModel', () => {

@@ -10,4 +10,5 @@ /*!

import Device, {EmbargoInterceptor} from '@webex/internal-plugin-wdm';
import sinon from 'sinon';
import deviceFixture from '../../lib/device-fixture';
import sinon from '@webex/test-helper-sinon';

@@ -14,0 +15,0 @@ describe('plugin-wdm', function () {

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

import {assert} from '@webex/test-helper-chai';
import sinon from '@webex/test-helper-sinon';
import sinon from 'sinon';
import Device, {ServerErrorInterceptor} from '@webex/internal-plugin-wdm';

@@ -9,0 +9,0 @@ import MockWebex from '@webex/test-helper-mock-webex';

@@ -7,3 +7,3 @@ /*!

import MockWebex from '@webex/test-helper-mock-webex';
import sinon from '@webex/test-helper-sinon';
import sinon from 'sinon';
import Device from '@webex/internal-plugin-wdm';

@@ -10,0 +10,0 @@ import lolex from 'lolex';

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