Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@doctolib/libphonenumber

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doctolib/libphonenumber

libphonenumber customized

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

libphonenumber

Phone number internationalization interface using libphonenumber.

Requirements

Node, Java, Maven and Ant.

Install

# Install
npm install && npm run install:all && npm run build:all

Update

npm run update:all && npm run build:all

API

libphonenumber.getSupportedRegionCodes(): [{regionCode, countryCode}]

List supported region codes.

libphonenumber.parseRegionCode(regionCode: String, number: String): String

Return region code from provided number or current region code.

libphonenumber.isValidNumber(regionCode: String, number: String): Boolean

Return true if phone number is valid for regionCode.

libphonenumber.injectCountryCode(defaultRegionCode: String, regionCode: String, number: String): Boolean

Replace or inject number countryCode.

libphonenumber.formatNumber(defaultRegionCode: String, regionCode: String, number: String): String

Format number as a national one if number region is the current region, otherwise as an international none.

libphonenumber.formatInputNumber(regionCode: String, number: String): String

Try to format provided number as it is typed.

Keywords

FAQs

Package last updated on 10 Aug 2018

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