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

terra-i18n

Package Overview
Dependencies
Maintainers
10
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-i18n - npm Package Compare versions

Comparing version 2.22.0 to 2.23.0

5

CHANGELOG.md

@@ -7,2 +7,7 @@ Changelog

2.22.0 - (October 2, 2018)
------------------
### Added
* Export IntlProvider from react-intl
2.21.0 - (September 25, 2018)

@@ -9,0 +14,0 @@ ------------------

1

lib/I18n.js

@@ -20,3 +20,4 @@ 'use strict';

intlShape: _reactIntl.intlShape,
IntlProvider: _reactIntl.IntlProvider,
FormattedMessage: _reactIntl.FormattedMessage
};

2

package.json
{
"name": "terra-i18n",
"main": "lib/I18n.js",
"version": "2.22.0",
"version": "2.23.0",
"description": "The terra-i18n package provides on-demand internationalization of React components.",

@@ -6,0 +6,0 @@ "repository": {

@@ -1,2 +0,4 @@

import { injectIntl, intlShape, FormattedMessage } from 'react-intl';
import {
injectIntl, intlShape, FormattedMessage, IntlProvider,
} from 'react-intl';
import I18nProvider from './I18nProvider';

@@ -10,3 +12,4 @@ import i18nLoader from './i18nLoader';

intlShape,
IntlProvider,
FormattedMessage,
};
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