Socket
Socket
Sign inDemoInstall

@already-existed/phone-number-beautifier

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @already-existed/phone-number-beautifier

Lib for beautify phone number.


Version published
Maintainers
1
Install size
286 kB
Created

Readme

Source

Phone Number Beautifier

Lib for beautify phone number.

Installation

npm i -S @already-existed/phone-number-beautifier

Usage

// Ex: React Component
import { beautify } from '@already-existed/phone-number-beautifier'

function PhoneNumber({ value }: { value: string }) {
  return <>{beautify(value)}</>
}

function App() {
  return <PhoneNumber value="+380997836811"> // +380 (99) 78-36-811
}

Keywords

FAQs

Last updated on 16 May 2020

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