Socket
Socket
Sign inDemoInstall

libphonenumber-js

Package Overview
Dependencies
Maintainers
1
Versions
392
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libphonenumber-js - npm Package Compare versions

Comparing version 0.4.26 to 0.4.27

2

index.d.ts

@@ -12,3 +12,3 @@

export function parse(text: string, options?: CountryCode | { restrict?: CountryCode, default?: CountryCode }): ParsedNumber;
export function parse(text: string, options?: CountryCode | { country: { restrict?: CountryCode, default?: CountryCode }}): ParsedNumber;

@@ -15,0 +15,0 @@ export function format(parsed_number: ParsedNumber, format: 'International' | 'International_plaintext' | 'National'): string;

{
"name": "libphonenumber-js",
"version": "0.4.26",
"version": "0.4.27",
"description": "A simpler (and smaller) rewrite of Google Android's popular libphonenumber library",

@@ -5,0 +5,0 @@ "main": "index.common.js",

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