@alwaysmeticulous/downloading-helpers
Advanced tools
Comparing version 2.122.0 to 2.122.1
@@ -28,3 +28,3 @@ "use strict"; | ||
const jsFilePath = await fetchAndCacheFile(fetchUrl, assetFileNameAsCjsFile); | ||
if (snippetsBaseUrl.includes("localhost")) { | ||
if (snippetsBaseUrl.includes("localhost") && process.env.CI !== "true") { | ||
await fetchAndCacheFile(`${fetchUrl}.map`, `${assetFileName}.map`); | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "@alwaysmeticulous/downloading-helpers", | ||
"version": "2.122.0", | ||
"version": "2.122.1", | ||
"description": "Helper utilities for downloading files & scripts required to execute replays", | ||
@@ -54,3 +54,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "c245030f5ccd8ecaa05cb7e9d039f42959a771c3" | ||
"gitHead": "97e9df9046b3afdfb7b2d28a346670d93a66814a" | ||
} |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
46167
8