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 1.4.1 to 1.4.2-alpha.6

4

dist/index.d.ts

@@ -35,3 +35,3 @@ interface UploadParameters {

*/
declare const upload: (params: UploadParameters) => Promise<{
declare function upload(params: UploadParameters): Promise<{
build: {

@@ -71,3 +71,3 @@ id: string;

}
declare const readConfig: (options?: Partial<Config>) => Config;
declare function readConfig(options?: Partial<Config>): Promise<Config>;
export { UploadParameters, upload, Config, readConfig };
{
"name": "@argos-ci/core",
"description": "Visual testing solution to avoid visual regression. The core component of Argos SDK that handles build creation.",
"version": "1.4.1",
"version": "1.4.2-alpha.6+505aabe",
"type": "module",

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

},
"gitHead": "b601673bab3248f9a615ded0cca76af78830eeec"
"gitHead": "505aabe2ed2b8455172e9a8a473bccf683591a7c"
}

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