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

node-gettext

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gettext - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

2

lib/domain.js

@@ -478,3 +478,3 @@ var Iconv = require("iconv").Iconv,

var originalArr = [];
for(var i=0, len = this._translationTable[context][original].length; i< len; i++){
for(var i=0, len = Math.max(this._translationTable[context][original].length, 1); i< len; i++){
originalArr[i] = original;

@@ -481,0 +481,0 @@ }

{
"name": "node-gettext",
"description": "Gettext client for Node.js to use .mo files for I18N",
"version": "0.2.9",
"version": "0.2.10",
"author" : "Andris Reinman",

@@ -6,0 +6,0 @@ "maintainers":[

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