New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

haikume

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haikume

Generate random, haiku-based names for anything.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
5
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

haikume

Generate random, haiku-based names for anything!

Examples:

  • pretty-scrambled
  • silly-grapefruit
  • quickest-stew
  • healthy-vinegar-48906

Install

npm install haikume --save

Usage

var haikume = require('haikume');

console.log( haikume() ); // Outputs something like: pretty-scrambled

console.log( haikume(true) ); // Outputs something like: pretty-scrambled--04009

Setting haikume() to haikume(true) will append a random five digit number, generated by taking the current timestamp and adding it to a randomly generated number, to the haiku string.

Keywords

joinednode

FAQs

Package last updated on 24 Oct 2015

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