@axe-core/reporter-earl
Advanced tools
Comparing version 4.8.2-a80add3.0 to 4.8.2-aab6d3c.0
@@ -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-a80add3.0+a80add3", | ||
"version": "4.8.2-aab6d3c.0+aab6d3c", | ||
"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": "a80add38be2b35bdc4be146f6bea7269c5c88324" | ||
"gitHead": "aab6d3cbbb6b69623b58fd8f4be1126a13740fab" | ||
} |
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
60683
23
903