
Product
Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies
A safer, faster way to eliminate vulnerabilities without updating dependencies
octocat_herder
Advanced tools

Octocat Herder is a wrapper for the GitHub v3 API.
Quick start:
require 'rubygems'
=> true
require 'octocat_herder'
=> true
herder = OctocatHerder.new
=> #<OctocatHerder:0x7f792d3c4918 ...>
me = herder.user 'jhelwig'
=> #<OctocatHerder::User:0x7f792d3b6070 ...>
me.html_url
=> "https://github.com/jhelwig"
me.available_attributes.sort
=> ["avatar_url", "bio", "blog", "company", "created_at", "email", "followers", "following", "hireable", "html_url", "location", "login", "name", "public_gists", "public_repos", "url", "user_id", "user_type"]
repos = me.repositories
=> [#<OctocatHerder::Repository:0x7f792d364bf8 ...>, #<OctocatHerder::Repository:0x7f792d364bd0 ..>, #<OctocatHerder::Repository:0x7f792d364ba8 ...>, ...]
See {file:CONTRIBUTING.markdown CONTRIBUTING.markdown} for further details.
Copyright (c) 2011 Jacob Helwig. See {file:LICENSE LICENSE} for further details.
FAQs
Unknown package
We found that octocat_herder 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.

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.