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
488
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-a80add3.0 to 4.8.2-aab6d3c.0

dist/axeReporterEarl.d.mts

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-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"
}
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