Socket
Socket
Sign inDemoInstall

@webex/common-timers

Package Overview
Dependencies
1
Maintainers
21
Versions
1177
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
8.3K
decreased by-5.94%
Maintainers
21
Created
Weekly downloads
 

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-2019 Cisco and/or its affiliates. All Rights Reserved.

FAQs

Last updated on 01 Aug 2019

Did you know?

Socket

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc