You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

bananaman

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bananaman

A handy and essential utility library

1.3.3
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Banana Man

A handy and ESSENTIAL utility library

npm version Build Status Coverage Status

Installation

With Yarn:

yarn add bananaman

With NPM:

npm install bananaman

Background

There are only two hard things in Computer Science: cache invalidation and naming things

bananaman provides a handy solution for something else.

Usage

const isBananaman = require('bananaman');

const cmon = isBananaman('Tommo');
console.log(cmon);
// false

Interactive Playground

After installing bananaman, run this in the command line:

yarn go

Tests

Run the test suite (uses the wonderful Tape assertion library) like so:

yarn test

Credits

Banana Man

FAQs

Package last updated on 25 Feb 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