awesome-phonenumber
Advanced tools
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, |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
283998
1274