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

@argos-ci/browser

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@argos-ci/browser - npm Package Compare versions

Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2

2

dist/global.d.ts
declare const ArgosGlobal: {
waitForStability: () => Promise<boolean>;
waitForStability: () => boolean;
prepareForScreenshot: () => void;

@@ -4,0 +4,0 @@ getColorScheme: () => "dark" | "light";

@@ -86,8 +86,8 @@ (function () {

* Wait for the document to be stable.
*/ async function waitForStability(document) {
const results = await Promise.all([
*/ function waitForStability(document) {
const results = [
waitForNoBusy(document),
waitForImagesToLoad(document),
waitForFontsToLoad(document)
]);
];
return results.every(Boolean);

@@ -94,0 +94,0 @@ }

{
"name": "@argos-ci/browser",
"description": "Browser utilities to stabilize visual testing.",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"author": "Smooth Code",

@@ -48,3 +48,3 @@ "license": "MIT",

},
"gitHead": "53092b901bd0dd4189270de087ae0177d3d50ca0"
"gitHead": "c0098d1f94517634ee74c141758756cc4a81931d"
}
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