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

react-i18nify

Package Overview
Dependencies
Maintainers
1
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 1.5.1 to 1.5.2

2

example.js

@@ -41,3 +41,3 @@ var React = require('react');

console.log(I18n.t('application.weird_key'));
console.log(I18n.t(I18n.t('application', {name: 'Aad'})));
console.log(I18n.t('application', {name: 'Aad'}));

@@ -44,0 +44,0 @@ console.log(I18n.l(1385856000000, { dateFormat: 'date.long' }));

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

@@ -5,0 +5,0 @@ "main": "./build/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