This package has been deprecated

Author message:

Please use https://github.com/sindresorhus/crypto-random-string instead

randomstring-extended

1.0.0 • Public • Published

node.randomstring-extended

This is based on node-randomstring. It added more chars including spaces.

Installation

To install randomstring-extended, use npm:

$ npm install randomstring-extended

Usage

var randomstring = require("randomstring-extended");
 
randomstring.generate();
// >> "XwPp9xazJ0ku5CZnlmgAx2Dld8SHkAeT"
 
randomstring.generate(7);
// >> "xqm5wXX"

LICENSE

node-randomstring-extended is licensed under the MIT license.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i randomstring-extended

      Weekly Downloads

      46

      Version

      1.0.0

      License

      none

      Last publish

      Collaborators

      • niftylettuce