New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

phone

Package Overview
Dependencies
Maintainers
2
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phone - npm Package Compare versions

Comparing version 3.1.39 to 3.1.40

11

dist/data/country_phone_data.js

@@ -314,3 +314,3 @@ "use strict";

country_name: 'Botswana',
mobile_begin_with: ['71', '72', '73', '74', '75', '76'],
mobile_begin_with: ['71', '72', '73', '74', '75', '76', '77', '78', '79'],
phone_number_lengths: [8]

@@ -1636,4 +1636,11 @@ },

},
// {alpha2: "SZ", alpha3: "SWZ", country_code: "268", country_name: "Swaziland", mobile_begin_with: [], phone_number_lengths: []},
{
alpha2: 'SZ',
alpha3: 'SWZ',
country_code: '268',
country_name: 'Swaziland',
mobile_begin_with: ['76', '77', '78', '79'],
phone_number_lengths: [8]
},
{
alpha2: 'SC',

@@ -1640,0 +1647,0 @@ alpha3: 'SYC',

2

package.json
{
"name": "phone",
"version": "3.1.39",
"version": "3.1.40",
"description": "With a given country and phone number, validate and format the phone number to E.164 standard",

@@ -5,0 +5,0 @@ "main": "./dist/index.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