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

epubconventer

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epubconventer - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

lib/convert.js
'use strict';
const fs = require('node:fs');
const fsp = fs.promises;
const fsp = require('node:fs/promises');
const path = require('node:path');

@@ -12,7 +11,5 @@ const os = require('node:os');

const calibreExist = execSync('ebook-convert --version')
.toString()
.includes('ebook-convert');
if (!calibreExist) {
try {
execSync('ebook-convert --version').toString().includes('ebook-convert');
} catch {
console.log(

@@ -19,0 +16,0 @@ 'Please install ebook-convert tool on your machine: https://calibre-ebook.com/download',

{
"name": "epubconventer",
"version": "1.0.1",
"version": "1.0.2",
"description": "Epub conventer",

@@ -5,0 +5,0 @@ "main": "lib/convert.js",

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