New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alwaysmeticulous/downloading-helpers

Package Overview
Dependencies
Maintainers
5
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwaysmeticulous/downloading-helpers - npm Package Compare versions

Comparing version 2.122.0 to 2.122.1

2

dist/scripts/replay-assets.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc