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

async-proxy-pool

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

async-proxy-pool

Asynchronous resource pool, allowing parallel use of resource proxies.

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

async-proxy-pool

Promise-based asynchronous resource pool allowing shared resource proxies.

Extends shaunc/async-pool.

Installation

npm install async-proxy-pool

Usage.

In addition to AsyncPool.use() there is a AsyncProxyPool.share() which gets a proxy to a resource, and issues method calls on onresources when they are available. This can be useful if you want to pass around a resource, like a database connection, without depleting the supply, and you don't care about serializing your method calls.

FAQs

Package last updated on 07 Jun 2018

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