Socket
Socket
Sign inDemoInstall

i18next

Package Overview
Dependencies
Maintainers
1
Versions
501
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

4

lib/i18nextWrapper.js

@@ -314,4 +314,4 @@ (function() {

if (this.options.sendMissingTo === 'fallback' && this.options.fallbackLng !== false) {
lngs.push(this.options.fallbackLng);
} else if (this.options.sendMissingTo === 'current' || (this.options.sendMissingTo === 'fallback' && this.options.fallbackLng !== false)) {
lngs.push(this.options.fallbackLng[0]);
} else if (this.options.sendMissingTo === 'current' || (this.options.sendMissingTo === 'fallback' && this.options.fallbackLng[0] !== false)) {
lngs.push(lng);

@@ -318,0 +318,0 @@ } else if (this.options.sendMissingTo === 'all') {

@@ -5,3 +5,3 @@ {

"description": "i18n made easy - full featured: middleware, template support plus clientside use",
"version": "1.7.3",
"version": "1.7.4",
"repository": {

@@ -27,3 +27,3 @@ "type": "git",

, "supertest": ">=0.0.1"
, "express": ">=0.0.1"
, "express": "3.4.7"
, "jade": ">=0.0.1"

@@ -30,0 +30,0 @@ , "benchmark": ">=0.0.1"

@@ -68,3 +68,3 @@ # Introduction

Copyright (c) 2011 Jan Mühlemann
Copyright (c) 2014 Jan Mühlemann

@@ -71,0 +71,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

Sorry, the diff of this file is not supported yet

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