Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-i18next

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-i18next - npm Package Compare versions

Comparing version 6.0.7 to 6.0.9

7

lib/rules/no-literal-string.js

@@ -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);

5

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc