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

@m6web/react-i18n

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@m6web/react-i18n - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

3

es/index.js

@@ -7,2 +7,3 @@ export { translate as translateFunction, buildList as buildListFunction } from './utils/i18n.utils';

export { I18nProvider } from './components/i18n.provider';
export { useTranslate } from './hooks/useTranslate';
export { useTranslate } from './hooks/useTranslate';
export { translate as tFunction } from './utils/i18n.utils';

@@ -65,2 +65,8 @@ 'use strict';

}
});
Object.defineProperty(exports, 'tFunction', {
enumerable: true,
get: function get() {
return _i18n.translate;
}
});
{
"name": "@m6web/react-i18n",
"version": "1.6.0",
"version": "1.7.0",
"description": "Provider and utils for translation in a react app",

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