New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@m6web/react-i18n

Package Overview
Dependencies
Maintainers
11
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.2.0 to 1.2.1

4

lib/components/i18n.container.js

@@ -43,6 +43,2 @@ 'use strict';

TranslatedComponent.contextTypes = {
getTranslateFunction: _propTypes2.default.func.isRequired
};
TranslatedComponent.fetchData = RenderComponent.fetchData;

@@ -49,0 +45,0 @@ TranslatedComponent.displayName = 'Translated(' + (RenderComponent.displayName || RenderComponent.name) + ')';

@@ -54,6 +54,2 @@ 'use strict';

general: _propTypes2.default.bool
};
HtmlTrans.contextTypes = {
getTranslateFunction: _propTypes2.default.func.isRequired
};

@@ -44,6 +44,2 @@ 'use strict';

general: _propTypes2.default.bool
};
Trans.contextTypes = {
getTranslateFunction: _propTypes2.default.func.isRequired
};

2

package.json
{
"name": "@m6web/react-i18n",
"version": "1.2.0",
"version": "1.2.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