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

i18next-conv

Package Overview
Dependencies
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-conv - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

3

lib/gettext2json.js

@@ -89,2 +89,3 @@ 'use strict';

var json = {};
var ctxSeparator = options.ctxSeparator || '_';

@@ -120,3 +121,3 @@ Object.keys(data).forEach(function (m) {

if (m !== '') targetKey = targetKey + '_' + m;
if (m !== '') targetKey = '' + targetKey + ctxSeparator + m;

@@ -123,0 +124,0 @@ var values = context[key].msgstr;

@@ -9,3 +9,3 @@ {

],
"version": "3.0.2",
"version": "3.0.3",
"private": false,

@@ -12,0 +12,0 @@ "preferGlobal": "true",

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