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

epub2web

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epub2web - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

7

lib/epub2web.js

@@ -12,2 +12,3 @@ var cacher = require('epub-cache');

var listeners = {};
var parser = cacher.getParser();

@@ -83,5 +84,4 @@ module.exports.maxFiles = 0;

module.exports.buildIndex = function (dir, p, cb) {
module.exports.buildIndex = function (dir, cb) {
parser = p;
epubdir = dir;

@@ -149,5 +149,2 @@ finalCb = cb;

console.log(parser);
var o = {

@@ -154,0 +151,0 @@ path: path,

{
"name": "epub2web",
"version": "0.0.4",
"version": "0.0.5",
"description": "Web server module to allow reading of Epub content directly in the browser, without plugins or specialized applications. ",

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

@@ -20,3 +20,3 @@

cat.buildIndex(catalogDir, parser, function (err, index) { // build a new index and replace the old (if it exists)
cat.buildIndex(catalogDir, function (err, index) { // build a new index and replace the old (if it exists)

@@ -23,0 +23,0 @@ if(err) throw err;

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