
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
= scruffy, unofficial release
This is a fork from based on the official 0.2.5 release. See below for further a longer description.
== DESCRIPTION:
Author:: Brasten Sager (brasten@nagilum.com) Date:: July 8, 2008 Release:: 0.2.5
Scruffy is a Ruby library for generating high quality, good looking graphs. It is designed to be easy to use and highly customizable.
For basic usage instructions, refer to the documentation for Scruffy::Graph.
== FORK DESCRIPTION
Author:: Delano Mandelbaum (delano@solutious.com) Author:: Kalin Harvey Date:: December 12, 2008
We love scruffy. Our motivation for creating a forking is to make it useful for hi-resolution graphs and charts. We would love to get our changes in to the official release but until that time they will be available at the GitHub URI above.
CHANGES.txt contains everything we've been up to.
== FEATURES
== PROBLEMS:
== SYNOPSIS:
graph = Scruffy::Graph.new
graph.title = "Sample Line Graph"
graph.renderer = Scruffy::Renderers::Standard.new
graph.add :line, 'Example', [20, 100, 70, 30, 106]
graph.render :to => "line_test.svg"
graph.render :width => 300, :height => 200,
:to => "line_test.png", :as => 'png'
== REQUIREMENTS:
== INSTALL:
== LICENSE:
See Licence.txt
FAQs
Unknown package
We found that scruffy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers 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.