@uniformdev/context
Advanced tools
+1
-1
@@ -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 @@ } |
+1
-1
@@ -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 @@ } |
+2
-2
| { | ||
| "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" | ||
| } |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
660089
0