Socket
Socket
Sign inDemoInstall

lingui-react

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lingui-react - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="1.2.0"></a>
# [1.2.0](https://github.com/lingui/js-lingui/compare/lingui-react@1.1.2...lingui-react@1.2.0) (2017-09-05)
### Features
* Add i18nMark identity to mark messages for extraction ([3be2178](https://github.com/lingui/js-lingui/commit/3be2178))
<a name="1.1.2"></a>

@@ -8,0 +19,0 @@ ## [1.1.2](https://github.com/lingui/js-lingui/compare/lingui-react@1.1.1...lingui-react@1.1.2) (2017-09-05)

6

dist/index.es.js

@@ -519,2 +519,6 @@ import { date, number } from 'lingui-formats';

export { withI18n, WithI18n, DateFormat, NumberFormat, I18nProvider, Trans$1 as Trans, Plural, Select, SelectOrdinal };
var i18nMark = function i18nMark(id) {
return id;
};
export { withI18n, WithI18n, DateFormat, NumberFormat, i18nMark, I18nProvider, Trans$1 as Trans, Plural, Select, SelectOrdinal };

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

var i18nMark = function i18nMark(id) {
return id;
};
exports.withI18n = withI18n;

@@ -531,2 +535,3 @@ exports.WithI18n = WithI18n;

exports.NumberFormat = NumberFormat;
exports.i18nMark = i18nMark;
exports.I18nProvider = I18nProvider;

@@ -533,0 +538,0 @@ exports.Trans = Trans$1;

4

package.json
{
"name": "lingui-react",
"version": "1.1.2",
"version": "1.2.0",
"description": "React components for translations",

@@ -38,3 +38,3 @@ "main": "index.js",

"lingui-formats": "^1.0.3",
"lingui-i18n": "^1.2.4",
"lingui-i18n": "^1.3.0",
"prop-types": "^15.5.10"

@@ -41,0 +41,0 @@ },

Sorry, the diff of this file is not supported yet

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