
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
Install via RubyGems
gem install readmill
Or, add it to your Gemfile
gem 'readmill'
Readmill.configure do |c|
c.client_id = 'your_client_id_here'
end
client = Readmill::Client.new # Shortcut with Readmill.new
client.readings # Returns the 20 most readings
Most endpoints in the Readmill API take similar parameters (count
, offset
, etc). These are passed into the client requests as an options hash. For example:
client.readings(count: 50, offset: 100) # Get 50 readings offset by 100
Readmill is a beautiful ebook reader for iOS and Android that lets you read and share great books.
You can view their API docs here.
Copyright (c) 2013 Andrew Thorp. See LICENSE for details.
FAQs
Unknown package
We found that readmill 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.