Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • npm
  • Socket score

Version published
Maintainers
1
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

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