You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@uniformdev/context

Package Overview
Dependencies
Maintainers
8
Versions
936
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniformdev/context - npm Package Compare versions

Comparing version
20.49.5-alpha.10
to
20.49.5-alpha.13
+1
-1
dist/api/api.js

@@ -242,3 +242,3 @@ "use strict";

const backoffWait = base + Math.round(Math.random() * (base / 2)) * (Math.random() > 0.5 ? 1 : -1);
await new Promise((resolve) => setTimeout(resolve, Math.max(0, resetWait + backoffWait)));
await new Promise((resolve) => setTimeout(resolve, resetWait + backoffWait));
backoffRetriesLeft -= 1;

@@ -245,0 +245,0 @@ }

@@ -177,3 +177,3 @@ var __defProp = Object.defineProperty;

const backoffWait = base + Math.round(Math.random() * (base / 2)) * (Math.random() > 0.5 ? 1 : -1);
await new Promise((resolve) => setTimeout(resolve, Math.max(0, resetWait + backoffWait)));
await new Promise((resolve) => setTimeout(resolve, resetWait + backoffWait));
backoffRetriesLeft -= 1;

@@ -180,0 +180,0 @@ }

{
"name": "@uniformdev/context",
"version": "20.49.5-alpha.10+97590818af",
"version": "20.49.5-alpha.13+222687ec86",
"description": "Uniform Context core package",

@@ -73,3 +73,3 @@ "license": "SEE LICENSE IN LICENSE.txt",

},
"gitHead": "97590818aff0ababfb057278ba981112e219bf43"
"gitHead": "222687ec86220f3721a34d2b8c64e909699ae83d"
}