react-i18nify
Advanced tools
Comparing version 3.2.2 to 3.2.3
{ | ||
"name": "react-i18nify", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Simple i18n translation and localization components and helpers for React.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -16,2 +16,3 @@ // TypeScript Version: 3.7 | ||
export interface LocalizeDateOptions { | ||
locale?: string; | ||
parseFormat?: string; | ||
@@ -18,0 +19,0 @@ dateFormat?: string; |
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
56365
953