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 1.0.0 to 1.0.1

4

lib/gettext.js

@@ -40,3 +40,3 @@ 'use strict';

var pluralsInfo = plurals[this._normalizeDomain(domain, true)];
if (pluralsInfo) {
if (pluralsInfo && translation.headers) {
translation.headers['plural-forms'] = pluralsInfo.pluralsText;

@@ -259,2 +259,2 @@ translation.pluralsFunc = pluralsInfo.pluralsFunc;

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

@@ -42,2 +42,2 @@ "maintainers": [{

]
}
}

Sorry, the diff of this file is not supported yet

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