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

simple-string-generator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-string-generator

Simple Module/Package for generating Random Strings

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

simple-string-generator

Simple Module/Package for generating Random Strings

npm

Install

npm install simple-string-generator --save

How to use

var random = require('simple-string-generator');

Usage

This method takes in an integer value which specifies the length of the returned strings.

console.log(random(10)) // Returns b2pcd13ezq

License

MIT

Keywords

string

FAQs

Package last updated on 23 Nov 2021

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