Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@argos-ci/util

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@argos-ci/util - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

dist/browser.d.ts

@@ -13,2 +13,4 @@ type ScreenshotMetadata = {

titlePath: string[];
retries?: number;
retry?: number;
location?: {

@@ -15,0 +17,0 @@ file: string;

@@ -21,2 +21,4 @@ /**

titlePath: string[];
retries?: number;
retry?: number;
location?: {

@@ -60,2 +62,7 @@ file: string;

}): string;
export { getGitRepositoryPath, readVersionFromPackage, ScreenshotMetadata, getMetadataPath, writeMetadata, readMetadata, getScreenshotName };
/**
* Get playwright trace from screenshot path.
* If not found, returns null.
*/
declare function getPlaywrightTracePath(screenshotPath: string): Promise<string | null>;
export { getGitRepositoryPath, readVersionFromPackage, ScreenshotMetadata, getMetadataPath, writeMetadata, readMetadata, getScreenshotName, getPlaywrightTracePath };

4

package.json
{
"name": "@argos-ci/util",
"description": "Set of utilities used across all Argos SDKs",
"version": "1.0.0",
"version": "1.1.0",
"author": "Smooth Code",

@@ -39,3 +39,3 @@ "license": "MIT",

},
"gitHead": "f864cced9e48669efab2a35fde612570600b94a7"
"gitHead": "47a939474ca0c0d55ca5360dcaa5f8912547ed76"
}

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