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
12
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.3.0-alpha.12 to 0.3.0-alpha.13

3

lib/EpubParser.js

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

* @throws {Errors.ENOFILE} no such file
* @see EpubParser.readDefaultOptions.force
*/

@@ -1083,3 +1084,3 @@

if ((0, _parserCore.isExists)(entry)) {
if (!(!options.force && !(0, _parserCore.isExists)(entry))) {
_context9.next = 6;

@@ -1086,0 +1087,0 @@ break;

{
"name": "@ridi/epub-parser",
"version": "0.3.0-alpha.12",
"version": "0.3.0-alpha.13",
"description": "Common EPUB2 data parser for Ridibooks services",

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

"dependencies": {
"@ridi/parser-core": "^0.3.0-alpha.12",
"@ridi/parser-core": "^0.3.0-alpha.13",
"css-tree": "^1.0.0-alpha.29",

@@ -34,0 +34,0 @@ "fast-xml-parser": "^3.11.2",

@@ -396,2 +396,3 @@ # @ridi/epub-parser

* [force](#force)
* [basePath](#basePath)

@@ -407,2 +408,12 @@ * [extractBody](#extractBody)

<a id="force"></a>
### force: *boolean*
If true, ignore any exceptions that occur within parser.
**Default:** `false`
---
<a id="basePath"></a>

@@ -409,0 +420,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