Socket
Socket
Sign inDemoInstall

@axe-core/playwright

Package Overview
Dependencies
Maintainers
4
Versions
373
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axe-core/playwright - npm Package Compare versions

Comparing version 4.9.1 to 4.9.2-6eaaa84.0

6

./dist/index.js

@@ -236,3 +236,3 @@ "use strict";

const { page } = this;
page.evaluate(this.script());
await page.evaluate(this.script());
const runPartialDefined = await page.evaluate(

@@ -354,4 +354,4 @@ 'typeof window.axe.runPartial === "function"'

);
blankPage.evaluate(this.script());
blankPage.evaluate(await this.axeConfigure());
await blankPage.evaluate(this.script());
await blankPage.evaluate(await this.axeConfigure());
const sizeLimit = 6e7;

@@ -358,0 +358,0 @@ const partialString = JSON.stringify(partialResults);

@@ -236,3 +236,3 @@ "use strict";

const { page } = this;
page.evaluate(this.script());
await page.evaluate(this.script());
const runPartialDefined = await page.evaluate(

@@ -354,4 +354,4 @@ 'typeof window.axe.runPartial === "function"'

);
blankPage.evaluate(this.script());
blankPage.evaluate(await this.axeConfigure());
await blankPage.evaluate(this.script());
await blankPage.evaluate(await this.axeConfigure());
const sizeLimit = 6e7;

@@ -358,0 +358,0 @@ const partialString = JSON.stringify(partialResults);

{
"name": "@axe-core/playwright",
"version": "4.9.1",
"version": "4.9.2-6eaaa84.0+6eaaa84",
"description": "Provides a method to inject and analyze web pages using axe",

@@ -95,3 +95,3 @@ "contributors": [

},
"gitHead": "22d7a0e8009196dec6cb54b22a018fc96c063358"
"gitHead": "6eaaa84426528e2c0abd32bf03255e6f5c4e5e07"
}

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