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.13 to 0.2.14

3

lib/domain.js

@@ -603,2 +603,5 @@ var Iconv = require("iconv").Iconv,

Object.keys(this._translationTable[context]).forEach((function(original){
if(original.charAt(0) == "\x05"){
return; // special string for comments
}
var originalArr = this._translationTable[context][original].length > 1 ?

@@ -605,0 +608,0 @@ [original, original] : [original];

2

package.json
{
"name": "node-gettext",
"description": "Gettext client for Node.js to use .mo files for I18N",
"version": "0.2.13",
"version": "0.2.14",
"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