eslint-plugin-i18next
Advanced tools
Comparing version 6.0.7 to 6.0.9
@@ -252,2 +252,9 @@ /** | ||
TaggedTemplateExpression(node) { | ||
indicatorStack.push( | ||
isValidFunctionCall(context, options, { callee: node.tag }) | ||
); | ||
}, | ||
'TaggedTemplateExpression:exit': endIndicator, | ||
'SwitchCase > Literal'(node) { | ||
@@ -254,0 +261,0 @@ indicatorStack.push(true); |
{ | ||
"name": "eslint-plugin-i18next", | ||
"version": "6.0.7", | ||
"version": "6.0.9", | ||
"description": "ESLint plugin for i18n", | ||
@@ -16,2 +16,5 @@ "keywords": [ | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"repository": { | ||
@@ -18,0 +21,0 @@ "type": "git", |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
25879
14
927