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

randoizer

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

randoizer

The Node.js package to generate random stuff! (Yes, like numbers.)

unpublished
latest
Source
npmnpm
Version
2.1.4
Version published
Maintainers
1
Created
Source

randoizer


The Node.js package to generate random stuff! (Yes, like numbers.)



Travis CI Build Status NPM version NPM downloads Dependencies


npm installnfo

Documentation

Getting Started

To use randoizer, we need to install it! Run npm install randoizer. Once that is complete, insert this in your code:

var client = require("randoizer");

Getting random numbers:

console.log(client.randomNoGenerator(min, max))

Getting random letters:

console.log(client.randomLetters(length))

Getting random color hex codes:

console.log(client.randomColors())

Getting random names:

console.log(client.randomNames())

Getting random days:

console.log(client.randomDays())

Getting random emails:

console.log(client.randomEmails())

Getting random websites:

console.log(client.randomWebsites())

Getting random whole numbers:

console.log(client.randomWholeNumber(min, max))

Keywords

random

FAQs

Package last updated on 24 Nov 2020

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