Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@argos-ci/core

Package Overview
Dependencies
Maintainers
1
Versions
77
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 0.12.0 to 0.12.1-alpha.4

4

dist/index.d.ts

@@ -41,2 +41,3 @@ interface UploadParameters {

screenshots: {
metadata: import("@argos-ci/util").ScreenshotMetadata | null;
optimizedPath: string;

@@ -48,3 +49,2 @@ hash: string;

}>;
export { type UploadParameters, upload };
export { UploadParameters, upload };
{
"name": "@argos-ci/core",
"description": "Visual testing solution to avoid visual regression. The core component of Argos SDK that handles build creation.",
"version": "0.12.0",
"scripts": {
"prebuild": "rm -rf dist",
"build": "rollup -c",
"e2e": "node ./e2e/upload.cjs && node ./e2e/upload.mjs"
},
"version": "0.12.1-alpha.4+8a2e9db",
"type": "module",

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

"dependencies": {
"@argos-ci/util": "0.0.1-alpha.182+8a2e9db",
"axios": "^1.5.0",

@@ -59,9 +55,12 @@ "convict": "^6.2.4",

"@types/convict": "^6.1.4",
"@types/debug": "^4.1.9",
"@types/tmp": "^0.2.3",
"msw": "^1.3.0",
"rollup": "^3.29.0",
"rollup-plugin-dts": "^6.0.1",
"rollup-plugin-swc3": "^0.10.1"
"msw": "^1.3.0"
},
"gitHead": "e58b26f5c3a9998d89353c4435aa742b5ae3d244"
"scripts": {
"prebuild": "rm -rf dist",
"build": "rollup -c",
"e2e": "node ./e2e/upload.cjs && node ./e2e/upload.mjs"
},
"gitHead": "8a2e9db6427071708c3d701a3230f228b1216893"
}

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