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.41 to 0.4.42

2

index.d.ts

@@ -19,2 +19,3 @@

export function getNumberType(phone: TelephoneNumber, country: CountryCode): string;
export function getNumberTypeCustom(phone: TelephoneNumber, country: CountryCode, metadata: object): string;

@@ -25,2 +26,3 @@ export function isValidNumber(parsed_number: ParsedNumber): boolean;

export function getPhoneCode(country_code: CountryCode): PhoneCode;
export function getPhoneCodeCustom(country_code: CountryCode, metadata: object): PhoneCode;

@@ -27,0 +29,0 @@ export class asYouType {

2

package.json
{
"name": "libphonenumber-js",
"version": "0.4.41",
"version": "0.4.42",
"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