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

random-language-generator

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

random-language-generator

A package to randomly generate any language all over the world

latest
Source
npmnpm
Version
1.1.5
Version published
Maintainers
1
Created
Source

random-language-generator

This is just a simple random Language name generator that might help you in some dummy or practice projects.

First, Install the package

npm i random-language-generator

After Installing the package, just simply require it.

const randomLang = require("random-language-generator") // It returns an function
const generateLanguage = randomLang() // Calling the function

Or, simply you can do this in a line

const generateLanguage = require("random-language-generator")() // It returns an function

That's it. Now use it where ever you want to use. To check if it's working properly or not, you do just a simple log

console.log(generateLanguage) // No need to call the function just because we've called it before

Happy Coding 🖤

Keywords

random-language-generator

FAQs

Package last updated on 01 Nov 2022

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