Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asyncc

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asyncc

Just asynchronous patterns

  • 2.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5.5K
increased by18.95%
Maintainers
0
Weekly downloads
 
Created
Source

asyncc

Just async patterns

NPM version

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

Package last updated on 14 Sep 2024

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc