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

@daisy/ace-core

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-core - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

6

lib/checker/checker-epub.js

@@ -357,2 +357,3 @@ 'use strict';

for (const page of pageListFilePathsAndTargetIDs) {
failed = undefined;
const found = docs.findIndex(doc => page.full === doc.full);

@@ -388,3 +389,3 @@ if (found === -1) {

}));
// break;
// break; MAKE SURE failed IS RESET TO undefined at each loop iteration
}

@@ -431,2 +432,3 @@ }

for (const toc of tocFilePathsAndTargetIDs) {
failed = undefined;
const found = docs.findIndex(doc => toc.full === doc.full);

@@ -455,3 +457,3 @@ if (found === -1) {

}));
break;
break; // NO NEED TO MAKE SURE failed IS RESET TO undefined at each loop iteration
}

@@ -458,0 +460,0 @@ }

{
"name": "@daisy/ace-core",
"version": "1.3.5",
"version": "1.3.6",
"engines": {

@@ -26,8 +26,8 @@ "node": ">=20.0.0",

"dependencies": {
"@daisy/ace-localize": "1.3.5",
"@daisy/ace-logger": "1.3.5",
"@daisy/ace-meta": "1.3.5",
"@daisy/ace-report": "1.3.5",
"@daisy/ace-report-axe": "1.3.5",
"@daisy/epub-utils": "1.3.5",
"@daisy/ace-localize": "1.3.6",
"@daisy/ace-logger": "1.3.6",
"@daisy/ace-meta": "1.3.6",
"@daisy/ace-report": "1.3.6",
"@daisy/ace-report-axe": "1.3.6",
"@daisy/epub-utils": "1.3.6",
"@daisy/axe-core-for-ace": "4.10.2-canary.3",

@@ -34,0 +34,0 @@ "file-url": "^3.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