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.3.0 to 2.4.0

9

dist/index.d.ts

@@ -35,2 +35,8 @@ interface UploadParameters {

referenceCommit?: string;
/**
* Sensitivity threshold between 0 and 1.
* The higher the threshold, the less sensitive the diff will be.
* @default 0.5
*/
threshold?: number;
}

@@ -49,2 +55,4 @@ /**

metadata: import("@argos-ci/util").ScreenshotMetadata | null;
threshold: number | null;
baseName: string | null;
pwTrace: {

@@ -79,4 +87,5 @@ path: string;

ciProvider: string | null;
threshold: number | null;
}
declare function readConfig(options?: Partial<Config>): Promise<Config>;
export { UploadParameters, upload, Config, readConfig };

6

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.3.0",
"version": "2.4.0",
"type": "module",

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

"dependencies": {
"@argos-ci/util": "2.0.0",
"@argos-ci/util": "2.1.0",
"axios": "^1.6.8",

@@ -63,3 +63,3 @@ "convict": "^6.2.4",

},
"gitHead": "0c328bfcd6475ad625c0335cab11e912e856173c"
"gitHead": "aca82cf842a6d8310611a8594c581794df85cbd8"
}

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