@axe-core/reporter-earl
Advanced tools
Comparing version 4.8.2-44ad7fc.0 to 4.8.2-4af4d7d.0
@@ -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; | ||
}); | ||
} |
@@ -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" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
61550
24
930