New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@argos-ci/playwright

Package Overview
Dependencies
Maintainers
0
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@argos-ci/playwright - npm Package Compare versions

Comparing version

to
4.2.2

3

dist/index.js

@@ -305,2 +305,5 @@ // src/screenshot.ts

}
await page.evaluate(
() => window.__ARGOS__.afterEach()
);
await options.afterScreenshot?.();

@@ -307,0 +310,0 @@ };

6

package.json
{
"name": "@argos-ci/playwright",
"description": "Playwright SDK for visual testing with Argos.",
"version": "4.2.1",
"version": "4.2.2",
"author": "Smooth Code",

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

"dependencies": {
"@argos-ci/browser": "3.1.1",
"@argos-ci/browser": "3.1.2",
"@argos-ci/core": "3.1.0",

@@ -69,3 +69,3 @@ "@argos-ci/util": "2.3.0",

},
"gitHead": "40ece1cf28bcd480b3d749aafd2945b224eba739"
"gitHead": "10a2ccddf43fa1fced8f8625d24b1d3f19e4096c"
}