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 1.0.4 to 1.0.5

2

lib/rules/no-literal-string.js

@@ -105,3 +105,3 @@ /**

let i = ancestors.length - 1;
i > ancestors.length - 1 - LOOK_UP_LIMIT;
i > ancestors.length - 1 - LOOK_UP_LIMIT && i > -1;
i--

@@ -108,0 +108,0 @@ ) {

{
"name": "eslint-plugin-i18next",
"version": "1.0.4",
"version": "1.0.5",
"description": "ESLint plugin for i18n",

@@ -5,0 +5,0 @@ "keywords": [

@@ -97,3 +97,3 @@ # eslint-plugin-i18next

#### Reudx/Vuex
#### Redux/Vuex

@@ -100,0 +100,0 @@ This rule also works with those state managers like

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