@axe-core/puppeteer 4.11.2-fe1cdbd.0 → 4.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +5 -8
package/dist/index.js
CHANGED
|
@@ -479,6 +479,7 @@ var AxePuppeteer = class {
|
|
|
479
479
|
if (result.length > sizeLimit) {
|
|
480
480
|
return await chunkResults(result.substr(sizeLimit));
|
|
481
481
|
}
|
|
482
|
+
return;
|
|
482
483
|
}
|
|
483
484
|
await chunkResults(partialString);
|
|
484
485
|
return await blankPage.evaluate(axeFinishRun, axeOptions).finally(async () => {
|
package/dist/index.mjs
CHANGED
|
@@ -448,6 +448,7 @@ var AxePuppeteer = class {
|
|
|
448
448
|
if (result.length > sizeLimit) {
|
|
449
449
|
return await chunkResults(result.substr(sizeLimit));
|
|
450
450
|
}
|
|
451
|
+
return;
|
|
451
452
|
}
|
|
452
453
|
await chunkResults(partialString);
|
|
453
454
|
return await blankPage.evaluate(axeFinishRun, axeOptions).finally(async () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/puppeteer",
|
|
3
|
-
"version": "4.11.2
|
|
3
|
+
"version": "4.11.2",
|
|
4
4
|
"description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
"@types/chai": "^4.3.3",
|
|
39
39
|
"@types/express": "^5.0.3",
|
|
40
40
|
"@types/mocha": "^10.0.0",
|
|
41
|
-
"@types/node": "^24.10.13",
|
|
42
41
|
"@types/sinon": "^21.0.0",
|
|
43
42
|
"async-listen": "^3.0.1",
|
|
44
43
|
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
|
|
@@ -47,15 +46,13 @@
|
|
|
47
46
|
"express": "^5.1.0",
|
|
48
47
|
"mocha": "^11.7.1",
|
|
49
48
|
"nyc": "^17.1.0",
|
|
50
|
-
"puppeteer": "24.
|
|
49
|
+
"puppeteer": "24.37.5",
|
|
51
50
|
"sinon": "^21.0.0",
|
|
52
51
|
"source-map-support": "^0.5.21",
|
|
53
|
-
"
|
|
54
|
-
"tsup": "^8.0.1",
|
|
55
|
-
"typescript": "^5.2.2"
|
|
52
|
+
"tsup": "^8.0.1"
|
|
56
53
|
},
|
|
57
54
|
"dependencies": {
|
|
58
|
-
"axe-core": "~4.11.
|
|
55
|
+
"axe-core": "~4.11.3"
|
|
59
56
|
},
|
|
60
57
|
"peerDependencies": {
|
|
61
58
|
"puppeteer": ">=1.10.0"
|
|
@@ -90,5 +87,5 @@
|
|
|
90
87
|
"functions": 85,
|
|
91
88
|
"lines": 85
|
|
92
89
|
},
|
|
93
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "310de0a8b094d9575502a92ce898b7811e4f3a00"
|
|
94
91
|
}
|