@formatjs/intl-numberformat
Advanced tools
Comparing version 8.10.0 to 8.10.1
@@ -74,3 +74,3 @@ import { CanonicalizeLocaleList, FormatNumericRange, FormatNumericRangeToParts, FormatNumericToParts, InitializeNumberFormat, OrdinaryHasInstance, SupportedLocales, ToNumber, defineProperty, invariant, } from '@formatjs/ecma402-abstract'; | ||
catch (e) { | ||
// In older browser (e.g Chrome 36 like polyfill.io) | ||
// In older browser (e.g Chrome 36 like polyfill-fastly.io) | ||
// TypeError: Cannot redefine property: name | ||
@@ -144,3 +144,3 @@ } | ||
catch (e) { | ||
// In older browser (e.g Chrome 36 like polyfill.io) | ||
// In older browser (e.g Chrome 36 like polyfill-fastly.io) | ||
// TypeError: Cannot redefine property: name | ||
@@ -163,3 +163,3 @@ } | ||
catch (e) { | ||
// In older browser (e.g Chrome 36 like polyfill.io) | ||
// In older browser (e.g Chrome 36 like polyfill-fastly.io) | ||
// TypeError: Cannot redefine property: name | ||
@@ -166,0 +166,0 @@ } |
{ | ||
"name": "@formatjs/intl-numberformat", | ||
"version": "8.10.0", | ||
"version": "8.10.1", | ||
"description": "Ponyfill for ES2020 Intl.NumberFormat", | ||
@@ -26,9 +26,9 @@ "keywords": [ | ||
"tslib": "^2.4.0", | ||
"@formatjs/intl-localematcher": "0.5.4", | ||
"@formatjs/ecma402-abstract": "1.18.2" | ||
"@formatjs/ecma402-abstract": "1.18.2", | ||
"@formatjs/intl-localematcher": "0.5.4" | ||
}, | ||
"devDependencies": { | ||
"@formatjs/intl-locale": "3.4.5", | ||
"@formatjs/intl-getcanonicallocales": "2.3.0", | ||
"@formatjs/intl-pluralrules": "5.2.12" | ||
"@formatjs/intl-pluralrules": "5.2.12", | ||
"@formatjs/intl-getcanonicallocales": "2.3.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "bugs": { |
@@ -78,3 +78,3 @@ "use strict"; | ||
catch (e) { | ||
// In older browser (e.g Chrome 36 like polyfill.io) | ||
// In older browser (e.g Chrome 36 like polyfill-fastly.io) | ||
// TypeError: Cannot redefine property: name | ||
@@ -148,3 +148,3 @@ } | ||
catch (e) { | ||
// In older browser (e.g Chrome 36 like polyfill.io) | ||
// In older browser (e.g Chrome 36 like polyfill-fastly.io) | ||
// TypeError: Cannot redefine property: name | ||
@@ -167,3 +167,3 @@ } | ||
catch (e) { | ||
// In older browser (e.g Chrome 36 like polyfill.io) | ||
// In older browser (e.g Chrome 36 like polyfill-fastly.io) | ||
// TypeError: Cannot redefine property: name | ||
@@ -170,0 +170,0 @@ } |
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
35870739