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

i18next-parser

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-parser - npm Package Compare versions

Comparing version 6.3.0 to 6.4.0

4

dist/helpers.js

@@ -31,3 +31,5 @@ import _typeof from "@babel/runtime/helpers/typeof"; /**

if (!key) {
target[entry.namespace] = {};
if (!target[entry.namespace]) {
target[entry.namespace] = {};
}
return { target: target, duplicate: duplicate, conflict: conflict };

@@ -34,0 +36,0 @@ }

{
"name": "i18next-parser",
"description": "Command Line tool for i18next",
"version": "6.3.0",
"version": "6.4.0",
"type": "module",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -26,3 +26,3 @@ # i18next Parser [![Build Status](https://travis-ci.org/i18next/i18next-parser.svg?branch=master)](https://travis-ci.org/i18next/i18next-parser) [![codecov](https://codecov.io/gh/i18next/i18next-parser/branch/master/graph/badge.svg?token=CJ74Vps41L)](https://codecov.io/gh/i18next/i18next-parser)

- **Plural**: keys of the form `key_zero`, `key_one`, `key_two`, `key_few`, `key_many` and `key_other` as described [here](https://www.i18next.com/translation-function/plurals)
- Tested on Node 10+. If you need support for 6 and 8, look at the `1.0.x` versions.
- `6.x` is tested on Node 14 and 16.

@@ -33,4 +33,2 @@ ## Versions

For legacy users on `0.x`, the code has since been entirely rewritten and there is a dedicated [branch](https://github.com/i18next/i18next-parser/tree/0.x.x) for it. You are highly encouraged to upgrade!
## Usage

@@ -37,0 +35,0 @@

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