Socket
Socket
Sign inDemoInstall

@webex/common-timers

Package Overview
Dependencies
0
Maintainers
7
Versions
1142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @webex/common-timers

Timer wrappers to prevent wedging a process open


Version published
Weekly downloads
14K
increased by43.99%
Maintainers
7
Created
Weekly downloads
 

Changelog

Source

3.0.0-beta.304 (2024-01-09)

Bug Fixes

  • meetings: ensure non-undefined value for peripheral information property (#3281) (09ace65)

Readme

Source

@webex/common-timers

standard-readme compliant

Timer wrappers for the Cisco Webex JS SDK. See https://webex.github.io/webex-js-sdk/

Install

npm install --save @webex/common-timers

Usage

Works just like setTimeout and setInterval, but doesn't wedge a node process open.

import {safeSetTimeout, safeSetInterval} from '@webex/common-timers';

const timer = safeSetTimeout(() => {}, 1000);

const interval = safeSetInterval(() => {}, 1000);

Maintainers

This package is maintained by Cisco Webex for Developers.

Contribute

Pull requests welcome. Please see CONTRIBUTING.md for more details.

License

© 2016-2020 Cisco and/or its affiliates. All Rights Reserved.

FAQs

Last updated on 26 Mar 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc