New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-gettext-sprintf

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gettext-sprintf - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

index.js

@@ -51,3 +51,3 @@ var _ = require('lodash');

// domains: {es: contents-of-es.po, fr: contents-of-fr.po} etc
function mfLanguage(domains, cb) {
module.exports = function (domains, cb) {
if(_.isEmpty(domains) || !_.isObject(domains))

@@ -60,3 +60,2 @@ return setImmediate(function() { cb(new Error('domains argument required')); });

var ret =
cb(null, function (language) {

@@ -70,3 +69,2 @@ return {

});
}
module.exports = mfLanguage;
};
{
"name": "node-gettext-sprintf",
"version": "0.0.4",
"version": "0.0.5",
"description": "A combination of node-gettext and sprintf",

@@ -5,0 +5,0 @@ "main": "index.js",

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