New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tipster

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tipster

  • 0.3.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

tipster

Tipster assesses the risk of a git commit by running various heuristics against what has changed.

Using tipster

Getting started with tipster in 3 easy steps:

Install ruby gem

gem install tipster

Create ruby file

number_of_commits will tell tipster to build an HTML report for the current commit_id and the previous x commits.

require 'tipster'
Tipster.new(['/path/to/repository' = "."]).html_report(['commit_id' = HEAD], [number_of_commits = 1])

Run!

ruby tipster.rb

Copyright (c) 2012 Robert Greiner.

See LICENSE for details.

FAQs

Package last updated on 20 Jan 2012

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