New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nested-promise

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nested-promise

Promise pattern for async tasks. Also handles nested tasks

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

nested-promise

Stability - 2 Unstable

Promise pattern to handle multiple nested tasks

Usage

    var TaskHandler = promise.TaskHandler;
    var options = {
        task: tasks,
        asyncop: asyncop,
        cbtaskcomplete: taskcomplete,
        cbend: end
    };
    var th = new TaskHandler();
    th.init(options);

Keywords

promise

FAQs

Package last updated on 05 Mar 2014

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