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

epub-cache

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epub-cache - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

lib/epub-cache.js

@@ -51,2 +51,8 @@

module.exports.getParser = function () {
return converter.getParser();
}
module.exports.has = function has (id)

@@ -53,0 +59,0 @@ {

2

package.json
{
"name": "epub-cache",
"version": "0.0.4",
"version": "0.0.5",
"description": "Creates web-friendly caches of browser-friendly content from Epub files",

@@ -5,0 +5,0 @@ "main": "index.js",

epub-cache
===========
# What It Does
What It Does
------------
Makes web-friendly caches of Epub file content available to browsers
Makes web-friendly caches of Epub file content available to browsers.
Installing
-----------
npm install epub-cache
Usage
--------
See the test directory for a sample of how to use this module. The [epub2web](https://github.com/Vaporbook/epub2web) module also uses this as a base.
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