i18next-scanner
Advanced tools
Comparing version 2.4.5 to 2.4.6
@@ -543,2 +543,4 @@ 'use strict'; | ||
opts = {}; | ||
} else if (_lodash2.default.isFunction(customHandler)) { | ||
setter = customHandler; | ||
} | ||
@@ -583,2 +585,5 @@ | ||
} | ||
if (node.content && node.content.childNodes) { | ||
walk(node.content.childNodes); | ||
} | ||
}); | ||
@@ -585,0 +590,0 @@ }; |
{ | ||
"name": "i18next-scanner", | ||
"version": "2.4.5", | ||
"version": "2.4.6", | ||
"description": "Scan your code, extract translation keys/values, and merge them into i18n resource files.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/i18next/i18next-scanner", |
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
79282
13
1175