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

@lingui/react

Package Overview
Dependencies
Maintainers
3
Versions
151
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 3.16.1 to 3.17.0

8

CHANGELOG.md

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

# [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01)
**Note:** Version bump only for package @lingui/react
## [3.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24)

@@ -8,0 +16,0 @@

16

package.json
{
"name": "@lingui/react",
"version": "3.16.1",
"version": "3.17.0",
"sideEffects": false,

@@ -36,4 +36,10 @@ "description": "React components for translations",

".": {
"require": "./build/cjs/index.js",
"import": "./build/esm/index.js"
"require": {
"types": "./build/index.d.ts",
"default": "./build/cjs/index.js"
},
"import": {
"types": "./build/index.d.ts",
"default": "./build/esm/index.js"
}
},

@@ -52,3 +58,3 @@ "./package.json": "./package.json"

"@babel/runtime": "^7.11.2",
"@lingui/core": "3.16.1"
"@lingui/core": "3.17.0"
},

@@ -58,3 +64,3 @@ "devDependencies": {

},
"gitHead": "bae762a1ef15d0a4d883bc8c1837603b4e79175e"
"gitHead": "1c8bc46213b35b25da8fe7a80ddcf6f6a5d9d539"
}

@@ -20,3 +20,3 @@ [![License][badge-license]][license]

See the [tutorial][tutorial] or [reference][reference] documenation.
See the [tutorial][tutorial] or [reference][reference] documentation.

@@ -29,5 +29,5 @@ ## License

[linguijs]: https://github.com/lingui/js-lingui
[documentation]: https://lingui.js.org/
[tutorial]: https://lingui.js.org/tutorials/react.html
[reference]: https://lingui.js.org/ref/react.html
[documentation]: https://lingui.dev
[tutorial]: https://lingui.dev/tutorials/react
[reference]: https://lingui.dev/ref/react
[package]: https://www.npmjs.com/package/@lingui/react

@@ -34,0 +34,0 @@ [badge-downloads]: https://img.shields.io/npm/dw/@lingui/react.svg

Sorry, the diff of this file is not supported yet

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