Socket
Socket
Sign inDemoInstall

concurrent-request

Package Overview
Dependencies
47
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "concurrent-request",
"description": "![logo](./.github/logo.png)",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -6,12 +6,12 @@ # Concurrent Request

[![Build Status](https://travis-ci.org/retrohacker/request-pool.png?branch=master)](https://travis-ci.org/retrohacker/request-pool)
![](https://img.shields.io/github/issues/retrohacker/request-pool.svg)
![](https://img.shields.io/npm/dm/request-pool.svg)
![](https://img.shields.io/npm/dt/request-pool.svg)
![](https://img.shields.io/npm/v/request-pool.svg)
![](https://img.shields.io/npm/l/request-pool.svg)
![](https://img.shields.io/twitter/url/https/github.com/retrohacker/request-pool.svg?style=social)
[![Build Status](https://travis-ci.org/retrohacker/concurrent-request.png?branch=master)](https://travis-ci.org/retrohacker/concurrent-request)
![](https://img.shields.io/github/issues/retrohacker/concurrent-request.svg)
![](https://img.shields.io/npm/dm/concurrent-request.svg)
![](https://img.shields.io/npm/dt/concurrent-request.svg)
![](https://img.shields.io/npm/v/concurrent-request.svg)
![](https://img.shields.io/npm/l/concurrent-request.svg)
![](https://img.shields.io/twitter/url/https/github.com/retrohacker/concurrent-request.svg?style=social)
[![NPM](https://nodei.co/npm/request-pool.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/request-pool/)
[![NPM](https://nodei.co/npm-dl/request-pool.png?months=9&height=3)](https://nodei.co/npm/request-pool/)
[![NPM](https://nodei.co/npm/concurrent-request.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/concurrent-request/)
[![NPM](https://nodei.co/npm-dl/concurrent-request.png?months=9&height=3)](https://nodei.co/npm/concurrent-request/)

@@ -21,3 +21,3 @@ ## Usage

```js
const Pool = require('request-pool')
const Pool = require('concurrent-request')
const opts = {

@@ -24,0 +24,0 @@ interval: (count) => Math.pow(2, count) * 1000, // exponentional backoff

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