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 5.0.0 to 5.1.0

7

CHANGELOG.md

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

## [5.1.0](https://github.com/edvardchen/eslint-plugin-i18next/compare/v5.0.0...v5.1.0) (2021-03-28)
### Features
* ignore module declaration ([97c0c34](https://github.com/edvardchen/eslint-plugin-i18next/commit/97c0c34)), closes [#41](https://github.com/edvardchen/eslint-plugin-i18next/issues/41)
## [5.0.0](https://github.com/edvardchen/eslint-plugin-i18next/compare/v5.0.0-1...v5.0.0) (2020-09-17)

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

@@ -346,2 +346,7 @@ /**

TSModuleDeclaration() {
indicatorStack.push(true);
},
'TSModuleDeclaration:exit': endIndicator,
TSLiteralType(node) {

@@ -348,0 +353,0 @@ // allow var a: Type['member'];

2

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

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

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

valid: [
{ code: `declare module 'country-emoji' {}` },
{ code: '<div className="hello"></div>', filename: 'a.tsx' },

@@ -237,0 +238,0 @@ { code: "var a: Element['nodeName']" },

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