Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-random-chars

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-random-chars

Creates random alphanumeric hash strings with given length

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

node-random-chars

NPM

Dependency Status Known Vulnerabilities

Creates random alphanumeric hash strings with given length

Super easy usage with ZERO dependencies

// Require the library
var hash = require('node-random-chars');

console.log(hash.create(32));
// zb10p6d2r8x2mx6roymhl7arqhyqfrtb

// c() is an alias of create()
console.log(hash.c(300));
// he3cgs3n8cmims4ica5os2kiku01wcdig89btin9llxzjjor4biaootievcxrczp7d41eaj43rf6rix7oyo5vz51urf6r0olzh20hf5gq4cxrdzzguq8kmb49529c2zkg7mkejii19k9k2wdtqpqlefgk3xryfmr2lfgv9zoajorspzc103ph0p8ehfrz5na1jo7h7gphkt9wzr8j4qe52g4aemia7vw9pl0725ipb98fvx72gfuh4a38frid0gh83t4jn3766r39p8oa2m98z7iudicsnx7htkazq41jork

With :heart: by

Keywords

FAQs

Package last updated on 25 Apr 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc