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

awesome-phonenumber

Package Overview
Dependencies
Maintainers
1
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 2.62.1 to 2.63.0

12

index.js

@@ -1,3 +0,13 @@

module.exports = require( './lib' )[ 'PhoneNumber$$module$src$index' ];
const exportedName = 'PhoneNumber$$module$src$index';
module.exports =
require( './lib' )[ exportedName ] ||
(
typeof globalThis !== 'undefined' && globalThis
|| typeof global !== 'undefined' && global
|| typeof window !== 'undefined' && window
|| typeof self !== 'undefined' && self
|| this
)[ exportedName ];
Object.defineProperty(

@@ -4,0 +14,0 @@ module.exports,

2

package.json

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

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

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

@@ -14,3 +14,3 @@ [![npm version][npm-image]][npm-url]

Uses libphonenumber v8.12.33
Uses libphonenumber v8.12.34

@@ -17,0 +17,0 @@ ## Comparison with other libraries

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