You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@expo/account-names

Package Overview
Dependencies
Maintainers
21
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/account-names

A validation library for Expo account names

1.1.0
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
21
Weekly downloads
 
Created
Source

@expo/account-names

A small library that validates Expo account names.

The current rules are:

  • At least three characters
  • Fewer than 128 characters
  • Contains only Latin letters, numbers, periods, underscores, and hyphens
  • Starts with a letter or number and ends with a letter or number (no trailing punctuation)
  • No consecutive punctuation characters

These rules have changed over time. Thus, there exist valid accounts with now-invalid names, and name validation needs to run only when choosing a name, not when loading an account or logging in.

FAQs

Package last updated on 19 Apr 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