New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@axe-core/reporter-earl

Package Overview
Dependencies
Maintainers
4
Versions
487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axe-core/reporter-earl - npm Package Compare versions

Comparing version 4.8.2-44ad7fc.0 to 4.8.2-4af4d7d.0

dist/axeReporterEarl.d.mts

13

dist/axeReporterEarl.js

@@ -139,1 +139,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;
});
}

2

jest.config.js

@@ -7,3 +7,3 @@ module.exports = {

},
testRegex: '/tests/.*\\.(ts|tsx|js)$',
testPathDirs: 'tests',
testPathIgnorePatterns: ['/node_modules/', '/dist/', '/tests/utils.ts'],

@@ -10,0 +10,0 @@ silent: false,

{
"name": "@axe-core/reporter-earl",
"version": "4.8.2-44ad7fc.0+44ad7fc",
"version": "4.8.2-4af4d7d.0+4af4d7d",
"description": "A EARL+JSON-LD reporter for axe-core",

@@ -18,3 +18,6 @@ "main": "dist/axeReporterEarl.js",

"test": "npm run build && npm run test:unit",
"test:esm": "node esmTest.mjs",
"test:export": "npm run test:esm && npm run test:commonjs && npm run test:ts",
"test:esm": "node tests/esmTest.mjs",
"test:commonjs": "node tests/commonjsTest.js",
"test:ts": "tsc tests/tsTest.ts --noEmit --skipLibCheck --esModuleInterop",
"test:unit": "NODE_OPTIONS=--experimental-vm-modules jest --collectCoverage",

@@ -46,3 +49,3 @@ "build": "tsup src/axeReporterEarl.ts --dts --format esm,cjs",

"@types/jsonld": "github:types/jsonld",
"@types/node": "^18.8.3",
"@types/node": "^20.8.10",
"axe-core": "~4.8.2",

@@ -56,6 +59,6 @@ "clone": "^2.1.2",

"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"tsup": "^7.2.0",
"typescript": "^4.8.4"
},
"gitHead": "44ad7fce5f01ac3ecc9f2e8369da1c9777bd7ea6"
"gitHead": "4af4d7da3cde1050a933057c028af08f1fb96662"
}
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