Socket
Socket
Sign inDemoInstall

lingui-i18n

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lingui-i18n - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

36

package.json

@@ -1,35 +0,1 @@

{
"name": "lingui-i18n",
"version": "1.3.3",
"description": "I18n tools for javascript",
"main": "index.js",
"module": "index.es.js",
"author": {
"name": "Tomáš Ehrlich",
"email": "tomas.ehrlich@gmail.com"
},
"license": "MIT",
"keywords": [
"i18n",
"internationalization"
],
"repository": {
"type": "git",
"url": "https://github.com/lingui/js-lingui.git"
},
"bugs": {
"url": "https://github.com/lingui/js-lingui/issues"
},
"engines": {
"node": ">=4.0"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"lingui-formats": "^1.0.3",
"make-plural": "^4.1.1",
"messageformat-parser": "^2.0.0"
},
"scripts": {
"prepublish": "../../scripts/prepublish.sh"
}
}
{"name":"lingui-i18n","version":"1.3.4","description":"I18n tools for javascript","main":"index.js","module":"index.es.js","author":{"name":"Tomáš Ehrlich","email":"tomas.ehrlich@gmail.com"},"license":"MIT","keywords":["i18n","internationalization"],"repository":{"type":"git","url":"https://github.com/lingui/js-lingui.git"},"bugs":{"url":"https://github.com/lingui/js-lingui/issues"},"engines":{"node":">=4.0"},"dependencies":{"babel-runtime":"^6.26.0","lingui-formats":"^1.0.3","make-plural":"^4.1.1","messageformat-parser":"^2.0.0"}}

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

[![License][Badge-License]][License]
[![Version][Badge-Version]][Package]
[![Downloads][Badge-Downloads]][Package]
# lingui-i18n
# lingui-i18n
**Deprecated!** Please use [@lingui/core](https://www.npmjs.com/package/@lingui/core) instead.
> Javascript API for internationalization
`lingui-i18n` is part of [js-lingui][jsLingui]. See the [documentation][Documentation] for all information, tutorials and examples.
## Installation
```bash
yarn add lingui-i18n
# npm install --save lingui-i18n
```
## 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/js.html
[Reference]: https://lingui.github.io/js-lingui/ref/js.html
[Package]: https://www.npmjs.com/package/lingui-i18n
[Badge-Downloads]: https://img.shields.io/npm/dw/lingui-i18n.svg
[Badge-Version]: https://img.shields.io/npm/v/lingui-i18n.svg
[Badge-License]: https://img.shields.io/npm/l/lingui-i18n.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc