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

bleetify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bleetify

have you ever wanted to talk like a goat? what do you mean no?

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Bleetify

License: GPL v3 Build Status

Have you ever wanted to have the ability to randomly bleet like a goat? No? Well that's why i've made bleetify! For all your goating needs, baa.

Install

$ npm install bleetify

Testing

Testing is done with:

  • @hapi/lab as the test runner and linter
  • @hapi/code as the expectation library
  • sinon as the stubbing library

This is simply because all very easy to use and hyper obvious. Also lab and code are basically mocha and chai, wait why don't we just use mo-

$ npm ci
$ npm test

Usage

  const Bleetify = require('bleetify');
  
  const sentence = 'Wow what an awesome sentence!';
  const bleet = Bleetify.bleet(sentence, 100);
  console.log(bleet);

Functions

List of the functions available to you if you install this illustrious npm package.

Bleetify.bleet(message, threshold (optional))

Bleetify.bleet('A message to bleet :o', 30) // returns 'A message to bleet :o' with a 30% chance of having baa
                                            // at the start or the end. Whether they are at the start or the end
                                            // is dictated by a coinflip. Threshold defaults to 20%.

Keywords

FAQs

Package last updated on 04 Mar 2023

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