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

@daisy/ace-report

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daisy/ace-report - npm Package Versions

12456

1.2.6

Diff
danielweck
published 1.2.6 •

Changelog

Source

1.2.6 (2022-02-03)

Updates:

  • Removed the HTTP server which could cause firewall issues (this does not affect the Ace command line which uses Puppeteer, it affects Ace App which uses Electron to run Deque Axe under the hood)
  • Upgraded the DAISY fork of Deque Axe, version 4.4.0 which includes DPUB ARIA 1.1 updates, as well as many other improved checker rules ( https://github.com/daisy/axe-core/pull/8 )
  • The Ace evaluation report (JSON and HTML) now contains information about Ace App (GUI) in addition to the version of the core / command line tool.
  • The metadata properties accessibilityControl and accessibilityAPI are now discouraged. Ace reports them as "present", but not as "missing", and does not check their values syntax.
  • The HTML report now references local JS and CSS dependencies (they were external links before)
  • Added Japanese localisation (many thanks to the translators!)
  • Updated several key NPM package dependencies, notably Electron v17 and Puppeteer v13 (both major increments, but non-breaking)

<a name="1.2.5"></a>

danielweck
published 1.2.6-alpha.5 •
danielweck
published 1.2.6-alpha.4 •
danielweck
published 1.2.6-alpha.3 •
danielweck
published 1.2.6-alpha.1 •
danielweck
published 1.2.5 •

Changelog

Source

1.2.5 (2021-11-04)

Updates:

  • NPM package updates, notably Electron v15 and Puppeteer v11 (both major increments, non-breaking)
  • Also updated the DAISY fork of Deque Axe v4.3.5 ( https://github.com/daisy/axe-core/pull/7 )

<a name="1.2.4"></a>

danielweck
published 1.2.4 •

Changelog

Source

1.2.4 (2021-09-14)

Updates:

  • NPM package updates, minor non-breaking semantic version increments + Electron v14 (was v13)
  • Also updated the DAISY fork of Deque Axe v4.3.3 ( https://github.com/daisy/axe-core/pull/6 ) to include a bugfix for https://github.com/daisy/ace/issues/358 (null origin with file:// in Puppeteer, did not affect Ace's Electron Axe "runner")

<a name="1.2.3"></a>

danielweck
published 1.2.3 •

Changelog

Source

1.2.3 (2021-08-30)

Updates:

  • NodeJS v12+ requirement (LTS Long Term Support version is v14, v12 is now in maintenance mode, see https://nodejs.org/en/about/releases/ )
  • NPM package updates (minor non-breaking semantic version increments)
  • Notably: Deque Axe v4.3.3 (DAISY fork: https://github.com/daisy/axe-core/pull/6 )
  • Migrated Continuous Integration runtime (automated tests) to new Travis service

<a name="1.2.2"></a>

danielweck
published 1.2.3-beta.2 •
danielweck
published 1.2.3-beta.1 •