@axe-core/puppeteer 4.7.4-a3c59b7.0 → 4.7.4-aa0ae64.0
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.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as Axe from 'axe-core';
|
|
|
2
2
|
import { SerialFrameSelector, RunOptions, Spec, AxeResults } from 'axe-core';
|
|
3
3
|
import { Page, Frame, Browser } from 'puppeteer';
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
type AnalyzeCB = (err: Error | null, result?: Axe.AxeResults) => void;
|
|
6
6
|
interface IPageOptions {
|
|
7
7
|
opts?: any;
|
|
8
8
|
source?: string;
|
package/dist/index.js
CHANGED
|
@@ -77,7 +77,7 @@ function chunkResultString(chunk) {
|
|
|
77
77
|
// src/legacy.ts
|
|
78
78
|
var fs = __toESM(require("fs"));
|
|
79
79
|
|
|
80
|
-
// node_modules/cross-dirname/dist/esm/index.mjs
|
|
80
|
+
// ../../node_modules/cross-dirname/dist/esm/index.mjs
|
|
81
81
|
var EXTRACT_PATH_REGEX = /@?(?<path>[file:\/\/]?[^\(\s]+):[0-9]+:[0-9]+/;
|
|
82
82
|
var WIN_POSIX_DRIVE_REGEX = /^\/[A-Z]:\/*/;
|
|
83
83
|
var getPathFromErrorStack = () => {
|
package/dist/index.mjs
CHANGED
|
@@ -47,7 +47,7 @@ function chunkResultString(chunk) {
|
|
|
47
47
|
// src/legacy.ts
|
|
48
48
|
import * as fs from "fs";
|
|
49
49
|
|
|
50
|
-
// node_modules/cross-dirname/dist/esm/index.mjs
|
|
50
|
+
// ../../node_modules/cross-dirname/dist/esm/index.mjs
|
|
51
51
|
var EXTRACT_PATH_REGEX = /@?(?<path>[file:\/\/]?[^\(\s]+):[0-9]+:[0-9]+/;
|
|
52
52
|
var WIN_POSIX_DRIVE_REGEX = /^\/[A-Z]:\/*/;
|
|
53
53
|
var getPathFromErrorStack = () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/puppeteer",
|
|
3
|
-
"version": "4.7.4-
|
|
3
|
+
"version": "4.7.4-aa0ae64.0+aa0ae64",
|
|
4
4
|
"description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"express": "^4.18.2",
|
|
45
45
|
"mocha": "^10.0.0",
|
|
46
46
|
"nyc": "^15.1.0",
|
|
47
|
-
"puppeteer": "
|
|
47
|
+
"puppeteer": "19.7.3",
|
|
48
48
|
"sinon": "^14.0.1",
|
|
49
49
|
"source-map-support": "^0.5.21",
|
|
50
50
|
"test-listen": "^1.1.0",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"functions": 85,
|
|
89
89
|
"lines": 85
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "aa0ae64cf9ef35d1a66e943e4af55cc911209628"
|
|
92
92
|
}
|