@argos-ci/core
Advanced tools
Comparing version 1.4.1 to 1.4.2-alpha.6
@@ -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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
31505
839
1
3
1