react-localize-redux
Advanced tools
Comparing version 2.14.0 to 2.14.1
@@ -29,3 +29,3 @@ import { ReactElement } from 'react'; | ||
showMissingTranslationMsg?: boolean; | ||
missingTranslationMsg: string; | ||
missingTranslationMsg?: string; | ||
missingTranslationCallback?: MissingTranslationCallback; | ||
@@ -32,0 +32,0 @@ translationTransform?: TransFormFunction; |
@@ -29,3 +29,3 @@ import { ReactElement } from 'react'; | ||
showMissingTranslationMsg?: boolean; | ||
missingTranslationMsg: string; | ||
missingTranslationMsg?: string; | ||
missingTranslationCallback?: MissingTranslationCallback; | ||
@@ -32,0 +32,0 @@ translationTransform?: TransFormFunction; |
{ | ||
"name": "react-localize-redux", | ||
"version": "2.14.0", | ||
"version": "2.14.1", | ||
"description": "Localization library for React/Redux", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
88678