Socket
Socket
Sign inDemoInstall

asyncc-promise

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    asyncc-promise

Just asynchronous patterns for promises


Version published
Weekly downloads
9
increased by200%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

asyncc-promise

Just asynchronous patterns for promises

NPM version Build Status

Runs in the browser and on node.

The module provided follows the asyncc syntax.

Serial execution patterns

Parallel execution patterns

Installation

$ npm install asyncc-promise

Tests

$ npm test

Usage

As ES6 Modules

import {each, eachSeries} from 'asyncc-promise'

As CommonJS Modules

const {each, eachSeries} = require('asyncc-promise')

References

Keywords

FAQs

Last updated on 05 Dec 2021

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