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.7.0 to 2.7.1-alpha.0

6

dist/index.d.ts

@@ -0,1 +1,3 @@

import { ArgosAPISchema } from "@argos-ci/api-client";
type BuildMetadata = ArgosAPISchema.components["schemas"]["BuildMetadata"];
interface UploadParameters {

@@ -71,2 +73,6 @@ /**

threshold?: number;
/**
* Build metadata.
*/
metadata?: BuildMetadata;
}

@@ -73,0 +79,0 @@ /**

8

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.7.0",
"version": "2.7.1-alpha.0+4ed9b25",
"type": "module",

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

"dependencies": {
"@argos-ci/api-client": "0.4.0",
"@argos-ci/util": "2.1.1",
"@argos-ci/api-client": "0.4.1-alpha.0+4ed9b25",
"@argos-ci/util": "2.1.2-alpha.14+4ed9b25",
"axios": "^1.7.4",

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

},
"gitHead": "d5b9650164fd482ee2b4dbf5c93fcef591f447eb"
"gitHead": "4ed9b253b5037f2111d44bcd41fe3467371c41e3"
}

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