Socket
Book a DemoInstallSign in
Socket

@ciscospark/common-timers

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ciscospark/common-timers

Timer wrappers to prevent wedging a process open

1.52.2
latest
Source
npmnpm
Version published
Weekly downloads
419
28.92%
Maintainers
3
Weekly downloads
 
Created
Source

@ciscospark/common-timers

standard-readme compliant

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

Install

npm install --save @ciscospark/common-timers

Usage

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

import {safeSetTimeout, safeSetInterval} from '@ciscospark/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-2018 Cisco and/or its affiliates. All Rights Reserved.

FAQs

Package last updated on 01 May 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.