Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mobiunpack

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

mobiunpack

Simple Node.js wrapper of mobiunpack to unpack or export images from .mobi files.

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

node-mobiunpack

Simple Node.js wrapper of mobiunpack 0.32 to unpack or export images from .mobi files.

Install

npm install mobiunpack

Usage

const { unpack, exportImages } = require("mobiunpack");

unpack("test.mobi", "output/unpack");
exportImages("test.mobi", "output/images");

CLI

Usage: mobiunpack <mobiFile> [outputDir] [--images]

Arguments:
  mobiFile      path to .mobi file
  outputDir     output directory (default: ".")

Options:
  --images      export sorted images

Development

Build mobiunpack executable file

pip install -i https://mirrors.aliyun.com/pypi/simple/ pyinstaller==3.6
pyinstaller -F "mobiunpack.py"

Keywords

FAQs

Package last updated on 16 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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