🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vercel/queue

Package Overview
Dependencies
Maintainers
5
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/queue - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
+19
-0
dist/index.d.mts

@@ -208,2 +208,21 @@ /**

transport?: Transport;
/**
* Custom HTTP dispatcher passed to every `fetch()` call.
*
* Use this to plug in an undici `RetryAgent` or `Agent` for automatic
* retries on transient network errors (ECONNRESET, 429, 5xx) and
* connection pooling.
*
* @example
* ```ts
* import { Agent, RetryAgent } from 'undici';
*
* const dispatcher = new RetryAgent(new Agent({ connections: 8 }), {
* retryAfter: true,
* });
*
* new QueueClient({ dispatcher });
* ```
*/
dispatcher?: unknown;
}

@@ -210,0 +229,0 @@ /**

@@ -208,2 +208,21 @@ /**

transport?: Transport;
/**
* Custom HTTP dispatcher passed to every `fetch()` call.
*
* Use this to plug in an undici `RetryAgent` or `Agent` for automatic
* retries on transient network errors (ECONNRESET, 429, 5xx) and
* connection pooling.
*
* @example
* ```ts
* import { Agent, RetryAgent } from 'undici';
*
* const dispatcher = new RetryAgent(new Agent({ connections: 8 }), {
* retryAfter: true,
* });
*
* new QueueClient({ dispatcher });
* ```
*/
dispatcher?: unknown;
}

@@ -210,0 +229,0 @@ /**

+1
-1
{
"name": "@vercel/queue",
"version": "0.1.3",
"version": "0.1.4",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display