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

react-i18nify

Package Overview
Dependencies
Maintainers
2
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-i18nify - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

build/lib/utils.js

@@ -65,3 +65,3 @@ "use strict";

if (translations[key]) {
if (translations[key] != null) {
return translations[key];

@@ -68,0 +68,0 @@ }

{
"name": "react-i18nify",
"version": "2.1.1",
"version": "2.1.2",
"description": "Simple i18n translation and localization components and helpers for React applications.",

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

@@ -46,3 +46,3 @@ import React from 'react';

}
if (translations[key]) {
if (translations[key] != null) {
return translations[key];

@@ -49,0 +49,0 @@ }

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