Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

creepcheck

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

creepcheck

  • 3182.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

CreepCheck

The CreepCheck project provides a library (and sample command line program) that applies the half-plus-seven formula to determine the social acceptability of relationship age differences (or, contrariwise, the "creepiness") in romantic or sexual relationships.

Installing

  1. Clone this repository.
  2. Run gem build creep_check.gemspec.
  3. Run gem install <gemfile>, probably as root.

The gemfile mentioned above is the file generated by the gem build command, and should look something like creepcheck-0.0.1.gem.

Using The API

Do something like this in a Ruby program:

#!/usr/bin/env ruby
require 'creep_check'

# do stuff with the CreepCheck class here

Using The Command Line Utility

$ creepcheck help

FAQs

Package last updated on 02 Apr 2017

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