Socket
Socket
Sign inDemoInstall

@webex/webex-core

Package Overview
Dependencies
Maintainers
21
Versions
1199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/webex-core - npm Package Compare versions

Comparing version 1.77.9 to 1.77.10

2

dist/lib/batcher.js

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

},
version: '1.77.9'
version: '1.77.10'
}); /*!

@@ -357,0 +357,0 @@ * Copyright (c) 2015-2019 Cisco Systems, Inc. See LICENSE file.

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

},
version: '1.77.9'
version: '1.77.10'
}, (_applyDecoratedDescriptor(_obj, 'getUserToken', [_dec, _dec2], (0, _getOwnPropertyDescriptor2.default)(_obj, 'getUserToken'), _obj), _applyDecoratedDescriptor(_obj, 'initialize', [_dec3], (0, _getOwnPropertyDescriptor2.default)(_obj, 'initialize'), _obj), _applyDecoratedDescriptor(_obj, 'invalidate', [_common.oneFlight, _dec4], (0, _getOwnPropertyDescriptor2.default)(_obj, 'invalidate'), _obj), _applyDecoratedDescriptor(_obj, 'refresh', [_common.oneFlight, _dec5, _dec6], (0, _getOwnPropertyDescriptor2.default)(_obj, 'refresh'), _obj)), _obj)));

@@ -583,0 +583,0 @@

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

},
version: '1.77.9'
version: '1.77.10'
}, (_applyDecoratedDescriptor(_obj, 'downscope', [_dec], (0, _getOwnPropertyDescriptor2.default)(_obj, 'downscope'), _obj), _applyDecoratedDescriptor(_obj, 'refresh', [_common.oneFlight], (0, _getOwnPropertyDescriptor2.default)(_obj, 'refresh'), _obj), _applyDecoratedDescriptor(_obj, 'revoke', [_common.oneFlight], (0, _getOwnPropertyDescriptor2.default)(_obj, 'revoke'), _obj)), _obj)));

@@ -629,0 +629,0 @@

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

trace: wrapConsoleMethod('trace'),
version: '1.77.9'
version: '1.77.10'
});

@@ -66,0 +66,0 @@

@@ -75,5 +75,5 @@ 'use strict';

var _defaults2 = require('lodash/defaults');
var _defaultsDeep2 = require('lodash/defaultsDeep');
var _defaults3 = _interopRequireDefault(_defaults2);
var _defaultsDeep3 = _interopRequireDefault(_defaultsDeep2);

@@ -243,3 +243,3 @@ var _desc, _value, _obj; /*!

var WebexCore = _ampersandState2.default.extend((_obj = {
version: '1.77.9',
version: '1.77.10',

@@ -756,3 +756,3 @@ children: {

(0, _defaults3.default)(options.phases.initialize, {
(0, _defaultsDeep3.default)(options.phases.initialize, {
method: 'POST',

@@ -764,3 +764,3 @@ body: {

(0, _defaults3.default)(options.phases.upload, {
(0, _defaultsDeep3.default)(options.phases.upload, {
method: 'PUT',

@@ -776,3 +776,3 @@ json: false,

(0, _defaults3.default)(options.phases.finalize, {
(0, _defaultsDeep3.default)(options.phases.finalize, {
method: 'POST'

@@ -890,3 +890,3 @@ }, (0, _omit3.default)(options, 'file', 'phases'));

WebexCore.version = '1.77.9';
WebexCore.version = '1.77.10';

@@ -893,0 +893,0 @@ (0, _webexInternalCorePluginMixin2.default)(_webexInternalCore2.default, _config2.default, interceptors);

{
"name": "@webex/webex-core",
"version": "1.77.9",
"version": "1.77.10",
"description": "Plugin handling for Cisco Webex",

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

"lodash": "^4.17.15",
"@webex/common": "1.77.9",
"@webex/common-timers": "1.77.9",
"@webex/common": "1.77.10",
"@webex/common-timers": "1.77.10",
"ampersand-state": "^5.0.3",
"ampersand-events": "^2.0.2",
"@webex/http-core": "1.77.9",
"@webex/http-core": "1.77.10",
"ampersand-collection": "^2.0.2",
"uuid": "^3.3.2",
"core-decorators": "^0.20.0",
"@webex/webex-core": "1.77.9",
"@webex/webex-core": "1.77.10",
"envify": "^4.1.0"
}
}

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

import {HttpStatusInterceptor, defaults as requestDefaults} from '@webex/http-core';
import {defaults, get, isFunction, isString, last, merge, omit, set, unset} from 'lodash';
import {defaultsDeep, get, isFunction, isString, last, merge, omit, set, unset} from 'lodash';
import AmpState from 'ampersand-state';

@@ -513,3 +513,3 @@ import uuid from 'uuid';

defaults(options.phases.initialize, {
defaultsDeep(options.phases.initialize, {
method: 'POST',

@@ -521,3 +521,3 @@ body: {

defaults(options.phases.upload, {
defaultsDeep(options.phases.upload, {
method: 'PUT',

@@ -533,3 +533,3 @@ json: false,

defaults(options.phases.finalize, {
defaultsDeep(options.phases.finalize, {
method: 'POST'

@@ -536,0 +536,0 @@ }, omit(options, 'file', 'phases'));

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