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.6.7 to 0.6.8

2

lib/EpubParser.js

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

coverMeta = rawBook.metas.find(function (item) {
return item.name.toLowerCase() === 'cover';
return (0, _parserCore.isExists)(item.name) && item.name.toLowerCase() === 'cover';
});

@@ -645,0 +645,0 @@ inlineStyles = [];

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

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

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

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

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