Socket
Socket
Sign inDemoInstall

@expo/account-names

Package Overview
Dependencies
0
Maintainers
21
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @expo/account-names

A validation library for Expo account names


Version published
Weekly downloads
254
decreased by-59.87%
Maintainers
21
Install size
9.79 kB
Created
Weekly downloads
 

Readme

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

Last updated on 19 Apr 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc