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

awesome-phonenumber

Package Overview
Dependencies
Maintainers
0
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesome-phonenumber - npm Package Compare versions

Comparing version 6.11.1 to 6.12.0

2

index.d.ts

@@ -79,2 +79,4 @@ export type PhoneNumberFormat =

possible: boolean;
shortValid: boolean;
shortPossible: boolean;
canBeInternationallyDialled: boolean;

@@ -81,0 +83,0 @@ type: PhoneNumberTypes;

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "6.11.1",
"version": "6.12.0",
"author": "Gustaf Räntilä <g.rantila@gmail.com>",

@@ -8,0 +8,0 @@ "repository": {

@@ -81,2 +81,4 @@ [![npm version][npm-image]][npm-url]

possible: true,
shortPossible: false,
shortValid: false,
canBeInternationallyDialled: true,

@@ -109,2 +111,4 @@ type: 'mobile',

possible: boolean;
shortPossible: boolean;
shortValid: boolean;
canBeInternationallyDialled: boolean;

@@ -126,2 +130,4 @@ type: PhoneNumberTypes; // a string union, see below

possibility: 'invalid';
shortPossible: boolean;
shortValid: boolean;
error?: unknown;

@@ -131,3 +137,5 @@ };

Note that an incorrect (invalid) phone number can still be a valid _short number_ for the given region.
## API

@@ -134,0 +142,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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