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
0
Versions
148
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.181.2 to 2.182.0

3

dist/scripts/replays.d.ts

@@ -9,6 +9,7 @@ import { AxiosInstance } from "axios";

* - `screenshots-only`: Download only the screenshots.
* - `timeline-only`: Download only the timeline data.
* - `post-test-run-processing-files-only`: Download only the files that are needed for post-test-run processing
* e.g mapped coverage and timeline data.
*/
declare const DOWNLOAD_SCOPES: readonly ["everything", "screenshots-only", "post-test-run-processing-files-only"];
declare const DOWNLOAD_SCOPES: readonly ["everything", "screenshots-only", "timeline-only", "post-test-run-processing-files-only"];
export type DownloadScope = (typeof DOWNLOAD_SCOPES)[number];

@@ -15,0 +16,0 @@ export declare const getOrFetchReplayArchive: (client: AxiosInstance, replayId: string, downloadScope?: DownloadScope) => Promise<{

@@ -36,2 +36,3 @@ "use strict";

* - `screenshots-only`: Download only the screenshots.
* - `timeline-only`: Download only the timeline data.
* - `post-test-run-processing-files-only`: Download only the files that are needed for post-test-run processing

@@ -43,2 +44,3 @@ * e.g mapped coverage and timeline data.

"screenshots-only",
"timeline-only",
"post-test-run-processing-files-only",

@@ -49,2 +51,3 @@ ];

"screenshots-only": /^screenshots/,
"timeline-only": /^timeline/,
"post-test-run-processing-files-only": /^(mappedCoverage|timeline)/,

@@ -51,0 +54,0 @@ };

{
"name": "@alwaysmeticulous/downloading-helpers",
"version": "2.181.2",
"version": "2.182.0",
"description": "Helper utilities for downloading files & scripts required to execute replays",

@@ -58,3 +58,3 @@ "license": "ISC",

},
"gitHead": "a85b0bc93236dc0bde6469721e90a5e19b662ed4"
"gitHead": "0896165cc556a4d67b51bdc707217827bf3e98b5"
}

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