🎩 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.5
to
0.1.6
+1
-1
dist/index.d.mts

@@ -271,3 +271,3 @@ /**

* @minimum 0
* @maximum 432000 (5 days, and cannot exceed retentionSeconds)
* @maximum 604800 (7 days, cannot exceed retentionSeconds)
*/

@@ -274,0 +274,0 @@ delaySeconds?: number;

@@ -271,3 +271,3 @@ /**

* @minimum 0
* @maximum 432000 (5 days, and cannot exceed retentionSeconds)
* @maximum 604800 (7 days, cannot exceed retentionSeconds)
*/

@@ -274,0 +274,0 @@ delaySeconds?: number;

{
"name": "@vercel/queue",
"version": "0.1.5",
"version": "0.1.6",
"publishConfig": {

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

@@ -576,3 +576,3 @@ # Vercel Queues

| `retentionSeconds` | 86,400 (24h) | 60 | 604,800 (7d) | Message TTL |
| `delaySeconds` | 0 | 0 | 432,000 (5d) | Cannot exceed retention |
| `delaySeconds` | 0 | 0 | 604,800 (7d) | Cannot exceed retention |
| `idempotencyKey` | — | — | — | Dedup window: `min(retention, 24h)` |

@@ -625,3 +625,3 @@

retentionSeconds: 3600, // Message TTL (default: 86400, max: 604800)
delaySeconds: 60, // Delay before visible (default: 0, max: 5d)
delaySeconds: 60, // Delay before visible (default: 0, max: 7d)
headers: { "X-Custom": "val" }, // Custom headers

@@ -628,0 +628,0 @@ region: "sfo1", // Override the auto-detected region for this send

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