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 3.4.0 to 3.5.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [3.5.0](https://github.com/edvardchen/eslint-plugin-i18next/compare/v3.4.0...v3.5.0) (2020-04-16)
### Features
* ignore JSX attrs style and key ([34a5d6d](https://github.com/edvardchen/eslint-plugin-i18next/commit/34a5d6d))
## [3.4.0](https://github.com/edvardchen/eslint-plugin-i18next/compare/v3.3.0...v3.4.0) (2020-04-14)

@@ -7,0 +14,0 @@

2

lib/rules/no-literal-string.js

@@ -100,3 +100,5 @@ /**

'styleName',
'style',
'type',
'key',
'id',

@@ -103,0 +105,0 @@ 'width',

3

package.json
{
"name": "eslint-plugin-i18next",
"version": "3.4.0",
"version": "3.5.0",
"description": "ESLint plugin for i18n",

@@ -23,2 +23,3 @@ "keywords": [

"postpublish": "git push --follow-tags",
"test:watch": "npm t -- --watch",
"test": "mocha tests --recursive"

@@ -25,0 +26,0 @@ },

@@ -93,2 +93,3 @@ /**

{ code: '<img src="./image.png" />' },
{ code: '<A style="bar" />', errors },
{ code: '<button type="button" for="form-id" />' },

@@ -95,0 +96,0 @@ { code: '<DIV foo="bar" />', options: [{ ignoreAttribute: ['foo'] }] }

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