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
939
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.5
to
20.49.5-alpha.10
+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, resetWait + backoffWait));
await new Promise((resolve) => setTimeout(resolve, Math.max(0, 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, resetWait + backoffWait));
await new Promise((resolve) => setTimeout(resolve, Math.max(0, resetWait + backoffWait)));
backoffRetriesLeft -= 1;

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

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

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

},
"gitHead": "eb5527af632184a0269a47072f4ab4a498ce4d16"
"gitHead": "97590818aff0ababfb057278ba981112e219bf43"
}