Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • npm
  • Socket score

Version published
Weekly downloads
715
increased by100.28%
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

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