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.5.0 to 1.5.1

3

es/index.js

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

export { HtmlTrans } from './components/i18nElement.component';
export { I18nProvider } from './components/i18n.provider';
export { I18nProvider } from './components/i18n.provider';
export { useTranslate } from './hooks/useTranslate';

@@ -56,2 +56,11 @@ 'use strict';

}
});
var _useTranslate = require('./hooks/useTranslate');
Object.defineProperty(exports, 'useTranslate', {
enumerable: true,
get: function get() {
return _useTranslate.useTranslate;
}
});
{
"name": "@m6web/react-i18n",
"version": "1.5.0",
"version": "1.5.1",
"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