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.8.2-b393bcd.0 to 4.8.2-b5aee34.0

dist/index.d.mts

13

./dist/index.js

@@ -375,1 +375,14 @@ "use strict";

});
if (module.exports.default) {
var ___default_export = module.exports.default;
var ___export_entries = Object.entries(module.exports);
module.exports = ___default_export;
___export_entries.forEach(([key, value]) => {
if (module.exports[key]) {
throw new Error(`Export "${key}" already exists on default export`);
}
module.exports[key] = value;
});
}

@@ -375,1 +375,14 @@ "use strict";

});
if (module.exports.default) {
var ___default_export = module.exports.default;
var ___export_entries = Object.entries(module.exports);
module.exports = ___default_export;
___export_entries.forEach(([key, value]) => {
if (module.exports[key]) {
throw new Error(`Export "${key}" already exists on default export`);
}
module.exports[key] = value;
});
}

12

package.json
{
"name": "@axe-core/playwright",
"version": "4.8.2-b393bcd.0+b393bcd",
"version": "4.8.2-b5aee34.0+b5aee34",
"description": "Provides a method to inject and analyze web pages using axe",

@@ -46,3 +46,6 @@ "contributors": [

"test": "mocha --timeout 60000 -r ts-node/register 'test/**.spec.ts'",
"test:export": "npm run test:esm && npm run test:commonjs && npm run test:ts",
"test:esm": "node test/esmTest.mjs",
"test:commonjs": "node test/commonjsTest.js",
"test:ts": "tsc test/tsTest.ts --noEmit --skipLibCheck --esModuleInterop",
"coverage": "nyc npm run test",

@@ -60,3 +63,3 @@ "prepare": "npx playwright install && npm run build"

"@types/node": "^20.8.10",
"@types/test-listen": "^1.1.0",
"async-listen": "^3.0.1",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",

@@ -68,5 +71,4 @@ "chai": "^4.3.6",

"rimraf": "^5.0.5",
"test-listen": "^1.1.0",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"tsup": "^7.2.0",
"typescript": "^4.8.4"

@@ -96,3 +98,3 @@ },

},
"gitHead": "b393bcd74814835c16712d95e3cc38bd4cc67b1d"
"gitHead": "b5aee3424fe4d0fbc0b2065e9c0bc56ce4032755"
}
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