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

@ridi/epub-parser

Package Overview
Dependencies
Maintainers
9
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ridi/epub-parser - npm Package Compare versions

Comparing version 0.6.13 to 0.6.14

8

lib/EpubParser.js

@@ -492,3 +492,3 @@ 'use strict';

_context3 = context, entries = _context3.entries, opfPath = _context3.opfPath;
opfEntry = entries.find(opfPath);
opfEntry = entries.find(opfPath, false);

@@ -671,3 +671,3 @@ if ((0, _parserCore.isExists)(opfEntry)) {

itemEntry = entries.find(rawItem.href);
itemEntry = entries.find(rawItem.href, false);

@@ -1003,3 +1003,3 @@ if (!(0, _parserCore.isExists)(itemEntry)) {

ncxEntry = entries.find(ncxItem.href);
ncxEntry = entries.find(ncxItem.href, false);

@@ -1169,3 +1169,3 @@ // toc.ncx

case 3:
entry = entries.find(item.href);
entry = entries.find(item.href, false);

@@ -1172,0 +1172,0 @@ if (!(!options.force && !(0, _parserCore.isExists)(entry))) {

{
"name": "@ridi/epub-parser",
"version": "0.6.13",
"version": "0.6.14",
"description": "Common EPUB2 data parser for Ridibooks services",

@@ -31,3 +31,3 @@ "author": {

"dependencies": {
"@ridi/parser-core": "0.6.13",
"@ridi/parser-core": "0.6.14",
"css-tree": "^1.0.0-alpha.29",

@@ -38,4 +38,3 @@ "fast-xml-parser": "^3.12.17",

"himalaya": "^1.1.0"
},
"gitHead": "39d49884ed79b8b1e1ea7380b0ab4182d70d63d5"
}
}
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