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-fdc3361.0 to 4.8.3-854eeb3.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;
});
}

16

package.json
{
"name": "@axe-core/playwright",
"version": "4.8.2-fdc3361.0+fdc3361",
"version": "4.8.3-854eeb3.0+854eeb3",
"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",

@@ -59,4 +62,4 @@ "prepare": "npx playwright install && npm run build"

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

@@ -67,6 +70,5 @@ "chai": "^4.3.6",

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

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

},
"gitHead": "fdc3361b2c1da1257adeb9871554ff4051fa72db"
"gitHead": "854eeb31d9b540ed30d602452c1d833600ecad20"
}
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