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

@daisy/epub-utils

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daisy/epub-utils - npm Package Compare versions

Comparing version 1.2.0-beta.11 to 1.2.0-beta.12

2

lib/epub-parse.js

@@ -118,3 +118,3 @@ // input: unzipped book directory

select('/opf:package/opf:metadata/opf:link[not(@refines)]', doc).forEach(link => {
addLink(link.getAttribute('rel') || link.getAttribute('property'), decodeURI(link.getAttribute('href')), result);
addLink(link.getAttribute('rel'), decodeURI(link.getAttribute('href')), result);
});

@@ -121,0 +121,0 @@ return result;

{
"name": "@daisy/epub-utils",
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"description": "EPUB parser and model, used by Ace",

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

"fs-extra": "^9.0.0",
"node-stream-zip": "^1.9.2",
"node-stream-zip": "^1.10.1",
"tmp": "^0.2.1",

@@ -27,0 +27,0 @@ "winston": "^3.2.1",

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