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

@argos-ci/core

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@argos-ci/core - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1-alpha.7

5

dist/index.d.ts

@@ -28,2 +28,4 @@ interface UploadParameters {

total: number;
/** The index of the parallel node */
index?: number;
} | false;

@@ -63,2 +65,3 @@ /** Branch used as baseline for screenshot comparison */

parallelNonce: string | null;
parallelIndex: number | null;
parallelTotal: number | null;

@@ -71,7 +74,9 @@ referenceBranch: string | null;

runId: string | null;
runAttempt: number | null;
prNumber: number | null;
prHeadCommit: string | null;
mode: "ci" | "monitoring" | null;
ciProvider: string | null;
}
declare function readConfig(options?: Partial<Config>): Promise<Config>;
export { UploadParameters, upload, Config, readConfig };

4

package.json
{
"name": "@argos-ci/core",
"description": "Visual testing solution to avoid visual regression. The core component of Argos SDK that handles build creation.",
"version": "2.2.0",
"version": "2.2.1-alpha.7+d1a818a",
"type": "module",

@@ -62,3 +62,3 @@ "main": "./dist/index.cjs",

},
"gitHead": "5b18339a0b9e3a1e7529dfa999ed91227842c43c"
"gitHead": "d1a818aeee5bcba93c0492be43704f8c3682222e"
}

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