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
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daisy/ace-report - npm Package Compare versions

Comparing version 1.2.6-alpha.4 to 1.2.6-alpha.5

6

lib/analyze-a11y-metadata.js

@@ -49,5 +49,7 @@ 'use strict';

}
} else {
results["missing"].push(property);
}
// discouraged: true
else if (property !== "schema:accessibilityAPI" && property !== "schema:accessibilityControl") {
results["missing"].push(property);
}
});

@@ -54,0 +56,0 @@ return results;

{
"name": "@daisy/ace-report",
"version": "1.2.6-alpha.4",
"version": "1.2.6-alpha.5",
"engines": {

@@ -26,5 +26,5 @@ "node": ">=12.0.0",

"dependencies": {
"@daisy/ace-config": "^1.2.6-alpha.4",
"@daisy/ace-localize": "^1.2.6-alpha.4",
"@daisy/ace-meta": "^1.2.6-alpha.4",
"@daisy/ace-config": "^1.2.6-alpha.5",
"@daisy/ace-localize": "^1.2.6-alpha.5",
"@daisy/ace-meta": "^1.2.6-alpha.5",
"escape-html": "^1.0.3",

@@ -31,0 +31,0 @@ "fs-extra": "^10.0.0",

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