
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
This gem lets you convert .cbr and .cbz comic books to epub files. This may come in handy if you want to be able to read them on your iPad.
The tool has been written for and tested on macOS, so if you want to use it on other platforms you'll need to port Input::CbrExtractor and Output::EpubCompressor classes, as they rely on shell utilities for macOS system.
In order to use it, make sure you have unrar installed in your system. You can do it via homebrew:
brew install unrar
Then install the gem:
gem install cbr_to_epub
cbr_to_epub -i input.cbr
You can also specify author and title for metadata that will be embedded in the epub file:
cbr_to_epub -i input.cbr --title "Batman 1" --author "Comic Book Guy"
Use -o
option if you want to specify output file manually.
Bug reports and pull requests are welcome on GitHub at https://github.com/rafalcymerys/cbr_to_epub.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that cbr_to_epub demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.