Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@webex/webex-core
Advanced tools
Core library for the Cisco Webex JS SDK.
Defines the plugin system, storage system, common http behaviors, credentials, services, and basic logging.
npm install --save @webex/webex-core
To utilize the basic functionality of the services
plugin that is bound to the webex-core
plugin upon initialization, the following scopes must be present in the provided client's scopes:
spark:all
The following environment variables are used by this plugin:
HYDRA_SERVICE_URL
- Stores the public hydra api url for managing Webex Teams resources.U2C_SERVICE_URL
- Stores the service catalog collecting url, typically the U2C service.VALIDATE_DOMAINS
- When true
, the services plugin will utilize an allowed domains list to allow additional domains that don't exist within the service catalogs to be reached via service requests.The services
plugin that is bound to the webex-core
plugin upon initialization supports the ability to inject discovery urls via the constructor:
const webex = new Webex({
config: {
services: {
// Services that are available before catalog retrieval.
discovery: {
hydra: 'https://api.ciscospark.com/v1'
},
// Validate domains against the allowed domains.
validateDomains: true,
// The allowed domains to validate domains against.
allowedDomains: ['allowed-domain']
}
}
});
The default configuration includes the following service urls:
U2C_SERVICE_URL
[ U2C ] - https://u2c.wbx2.com/u2c/api/v1
HYDRA_SERVICE_URL
[ Hydra ] - https://api.ciscospark.com/v1
This package is maintained by Cisco Webex for Developers.
Pull requests welcome. Please see CONTRIBUTING.md for more details.
© 2016-2019 Cisco and/or its affiliates. All Rights Reserved.
FAQs
Plugin handling for Cisco Webex
We found that @webex/webex-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.