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

@lingui/react

Package Overview
Dependencies
Maintainers
1
Versions
149
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 2.0.0-1 to 2.0.0-2

2

cjs/react.development.js

@@ -456,3 +456,3 @@ 'use strict';

if (!this.getTranslation() && this.props.children) {
console.warn("lingui-react preset is probably missing in babel config, " + "but you are using <Trans> component in a way which requires it. " + "Either don' use children in <Trans> component or configure babel " + "to load lingui-react preset. See tutorial for more info: " + "https://l.lingui.io/tutorial-i18n-react");
console.warn("@lingui/babel-preset-react is probably missing in babel config, " + "but you are using <Trans> component in a way which requires it. " + "Either don' use children in <Trans> component or configure babel " + "to load @lingui/babel-preset-react preset. See tutorial for more info: " + "https://l.lingui.io/tutorial-i18n-react");
}

@@ -459,0 +459,0 @@ }

{
"name": "@lingui/react",
"version": "2.0.0-1",
"version": "2.0.0-2",
"description": "React components for translations",

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

"@babel/runtime": "^7.0.0-beta.36",
"@lingui/core": "2.0.0-1",
"@lingui/core": "2.0.0-2",
"hash-sum": "^1.0.2",

@@ -40,0 +40,0 @@ "prop-types": "^15.6.0"

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