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
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 4.0.0-next.0 to 4.0.0-next.1

2

./build/cjs/index.js

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

if (!element) {
console.error(`Can use element at index '${index}' as it is not declared in the original translation`);
console.error(`Can't use element at index '${index}' as it is not declared in the original translation`);
} else {

@@ -142,0 +142,0 @@ console.error(`${element.type} is a void element tag therefore it must have no children`);

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

if (!element) {
console.error(`Can use element at index '${index}' as it is not declared in the original translation`);
console.error(`Can't use element at index '${index}' as it is not declared in the original translation`);
} else {

@@ -142,0 +142,0 @@ console.error(`${element.type} is a void element tag therefore it must have no children`);

@@ -137,3 +137,3 @@ import _extends from '@babel/runtime/helpers/extends';

if (!element) {
console.error(`Can use element at index '${index}' as it is not declared in the original translation`);
console.error(`Can't use element at index '${index}' as it is not declared in the original translation`);
} else {

@@ -140,0 +140,0 @@ console.error(`${element.type} is a void element tag therefore it must have no children`);

{
"name": "@lingui/react",
"version": "4.0.0-next.0",
"version": "4.0.0-next.1",
"sideEffects": false,

@@ -57,3 +57,3 @@ "description": "React components for translations",

"@babel/runtime": "^7.20.13",
"@lingui/core": "^4.0.0-next.0"
"@lingui/core": "^4.0.0-next.1"
},

@@ -63,3 +63,3 @@ "devDependencies": {

},
"gitHead": "637f5cf6beda9d4ebce4e15cd9fdaa23e404b660"
"gitHead": "27ee8e213ff6d0c7a0cd2b21c573d7f6da43fd85"
}

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