random-string-no-dep

1.0.1 • Public • Published

Random string no dependency

This is a simple package that helps you generate random strings. The strings are generated using nodejs built in crypto library and as such has no external dependencies.

Usage

$ npm install random-string-no-dep

const generator = require('random-string-no-dep');

const randomString = generator(2);

That's all.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i random-string-no-dep

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.05 kB

Total Files

4

Last publish

Collaborators

  • brainyfarm