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

eslint-plugin-i18n-json

Package Overview
Dependencies
Maintainers
15
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-i18n-json - npm Package Versions

2

4.0.0

Diff

Changelog

Source

[4.0.0] - 2021-04-13 - MAJOR BUMP

  • Switch to @formatjs/icu-messageformat-parser as intl-messageformat-parser is now deprecated. This is a breaking change, the new parser uses icu4j implementation and has stricter validations.
  • Add new rule i18n-json/identical-placeholders.
  • Related PRs
    • PR #51
mayank23
published 3.1.0 •

mayank23
published 3.0.0 •

Changelog

Source

[3.0.0] - 2020-08-18 - MAJOR BUMP

  • security: Bump intl-messageformat-parser from v3 to v5 due to CVE-2020-7660
  • Major bump as a precaution, due to intl-messageformat-parser getting bumped from v3 to v5.
  • Related PRs
    • Issue #36 - Thanks Michael Desantis - Intertek Alchemy LP.
mayank23
published 2.4.4 •

mayank23
published 2.4.3 •

Changelog

Source

[2.4.3] - 2019-11-05

Fixed

mayank23
published 2.4.2 •

Changelog

Source

[2.4.2] - 2019-08-30

Fixed

valid-message-syntax: upgrade intl-messageformat-parser to ^3.0.7 for parsing fixes.

mayank23
published 2.4.1 •

Changelog

Source

[2.4.1] - 2018-01-08

Fixed

  • update to make plugin compatible when used within a file watching service. e.g) webpack dev server.
  • new example project showcasing how to configure the plugin with webpack development.
  • Related PRs
mayank23
published 2.4.0 •

Changelog

Source

[2.4.0] - 2018-07-01

Added

  • New plugin setting: i18n-json/ignore-keys. Takes a list of key paths (case sensitive) to ignore when checking syntax and doing key structure comparisons. Only acknowledged by the identical-keys and valid-syntax rules. See README for more details on use.
  • new example project for i18n-json/ignore-keys to showcase usage.
  • Related PRs
mayank23
published 2.3.0 •

Changelog

Source

[2.3.0] - 2018-05-04

Changed

  • sorted-keys: converted the sort feature into an actual eslint rule (backwards compatible with <= 2.2.0). See README for more details on use.
  • May the 4th be with you! :)
  • Related PRs
mayank23
published 2.2.0 •

Changelog

Source

[2.2.0] - 2018-04-30

Fixed

sorted-keys: prevent eslint from failing when --fix is not passed.

Changed

identical-keys: minimized diffing output.

  • Related PRs
    • #6. Thanks @tvarsis
2
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