Socket
Socket
Sign inDemoInstall

lingui-react

Package Overview
Dependencies
15
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.4.2

46

package.json

@@ -1,45 +0,1 @@

{
"name": "lingui-react",
"version": "1.4.1",
"description": "React components for translations",
"main": "index.js",
"module": "index.es.js",
"author": {
"name": "Tomáš Ehrlich",
"email": "tomas.ehrlich@gmail.com"
},
"license": "MIT",
"keywords": [
"react",
"component",
"i18n",
"internationalization",
"i9n",
"translation",
"icu",
"messageformat"
],
"repository": {
"type": "git",
"url": "https://github.com/lingui/js-lingui.git"
},
"bugs": {
"url": "https://github.com/lingui/js-lingui/issues"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
},
"engines": {
"node": ">=4.0"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"hash-sum": "^1.0.2",
"lingui-formats": "^1.0.3",
"lingui-i18n": "^1.3.3",
"prop-types": "^15.6.0"
},
"scripts": {
"prepublish": "../../scripts/prepublish.sh"
}
}
{"name":"lingui-react","version":"1.4.2","description":"React components for translations","main":"index.js","module":"index.es.js","author":{"name":"Tomáš Ehrlich","email":"tomas.ehrlich@gmail.com"},"license":"MIT","keywords":["react","component","i18n","internationalization","i9n","translation","icu","messageformat"],"repository":{"type":"git","url":"https://github.com/lingui/js-lingui.git"},"bugs":{"url":"https://github.com/lingui/js-lingui/issues"},"peerDependencies":{"react":"^15.0.0 || ^16.0.0"},"engines":{"node":">=4.0"},"dependencies":{"babel-runtime":"^6.26.0","hash-sum":"^1.0.2","lingui-formats":"^1.0.3","lingui-i18n":"^1.3.3","prop-types":"^15.6.0"}}

@@ -1,34 +0,6 @@

[![License][Badge-License]][License]
[![Version][Badge-Version]][Package]
[![Downloads][Badge-Downloads]][Package]
# lingui-react
# lingui-react
**Deprecated!** Please use [@lingui/react](https://www.npmjs.com/package/@lingui/react) instead.
> React components for internationalization
`lingui-react` is part of [js-lingui][jsLingui]. See the [documentation][Documentation] for all information, tutorials and examples.
## Installation
```bash
yarn add lingui-react
# npm install --save lingui-react
```
## Usage
See the [tutorial][Tutorial] or [reference][Reference] documenation.
## License
[MIT][License]
[License]: https://github.com/lingui/js-lingui/blob/master/LICENSE.md
[jsLingui]: https://github.com/lingui/js-lingui
[Documentation]: https://lingui.github.io/js-lingui/
[Tutorial]: https://lingui.github.io/js-lingui/tutorials/react.html
[Reference]: https://lingui.github.io/js-lingui/ref/react.html
[Package]: https://www.npmjs.com/package/lingui-react
[Badge-Downloads]: https://img.shields.io/npm/dw/lingui-react.svg
[Badge-Version]: https://img.shields.io/npm/v/lingui-react.svg
[Badge-License]: https://img.shields.io/npm/l/lingui-react.svg
See the [migration guide](https://lingui.js.org/releases/migration-2.html) for more info.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc