Socket
Socket
Sign inDemoInstall

asyncc

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    asyncc

Just asynchronous patterns


Version published
Weekly downloads
3.1K
decreased by-2.84%
Maintainers
1
Install size
170 kB
Created
Weekly downloads
 

Readme

Source

asyncc

Just async patterns

NPM version Build Status

Asynchronous patterns, no dependencies, no bloat, more isn't needed.

Runs in the browser and on node. Less than 6kB in size.

Serial execution patterns

Parallel execution patterns

Installation

npm install --save asyncc

Usage

As ES6 Modules

import {NoPromise, connect} from 'asyncc'

As CommonJS Modules

const {NoPromise, connect} = require('asyncc')

or picking individual methods

const connect = require('asyncc/lib/connect')

References

Keywords

FAQs

Last updated on 03 Aug 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