Socket
Socket
Sign inDemoInstall

react-translate-component

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-translate-component - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

2

index.js

@@ -139,2 +139,4 @@ 'use strict';

module.exports.setLocale = translator.setLocale.bind(translator);
module.exports.onLocaleChange = translator.onLocaleChange.bind(translator);
module.exports.offLocaleChange = translator.offLocaleChange.bind(translator);
module.exports.registerTranslations = translator.registerTranslations.bind(translator);

@@ -141,0 +143,0 @@

2

package.json
{
"name": "react-translate-component",
"version": "0.13.0",
"version": "0.13.1",
"description": "A component for React that utilizes the counterpart module to translate/localize its content",

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