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.4.3 to 1.4.4

8

example.js

@@ -17,5 +17,5 @@ var React = require('react');

},
export: 'Export %{count} items',
export_0: 'Nothing to export',
export_1: 'Export %{count} item',
export_plural: 'Export %{count} items'
export_1: 'Export %{count} item'
},

@@ -30,5 +30,5 @@ nl: {

},
export: 'Exporteer %{count} dingen',
export_0: 'Niks te exporteren',
export_1: 'Exporteer %{count} ding',
export_plural: 'Exporteer %{count} dingen'
export_1: 'Exporteer %{count} ding'
}

@@ -35,0 +35,0 @@ });

{
"name": "react-i18nify",
"version": "1.4.3",
"version": "1.4.4",
"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