New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generate-random-username

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generate-random-username - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

1

adjectives.js

@@ -290,3 +290,2 @@ export default [

"felicitous",
"fertile",
"fervent",

@@ -293,0 +292,0 @@ "fervid",

2

index.js

@@ -17,3 +17,3 @@ import adjectives from './adjectives.js';

return randomNumber.toString().padStart(digits, '0');
return randomNumber;
}

@@ -20,0 +20,0 @@

{
"name": "generate-random-username",
"version": "1.0.0",
"version": "1.1.0",
"description": "A tiny module to generate a random username from a list of adjectives and animals.",

@@ -5,0 +5,0 @@ "license": "CC0-1.0",

# generate-random-username
> A tiny module to generate a random username from a list of adjectives and animals.
> A tiny package to generate a random username from a list of adjectives and animals.
This package will generate close to 200k different unique usernames, even more with digits appended. The wordlist has been manually reviewed to ensure the words are appropriate for use in a username.
Options exist for a custom separator between the username, limiting username to a maximum length, adding random digits, and capitalizing the words in the username.
This module will generate close to 200k different unique usernames, without any digits appended. The wordlist has been manually looked at to ensure the words are appropriate for use in a username.
## Install

@@ -10,0 +10,0 @@

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