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
157
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.4.0 to 3.5.0

6

cjs/I18nProvider.d.ts

@@ -1,6 +0,8 @@

import React, { FunctionComponent, ComponentType } from "react";
import React, { FunctionComponent, ComponentType, ReactNode } from "react";
import { I18n } from "@lingui/core";
export declare type I18nContext = {
i18n: I18n;
defaultComponent?: React.ReactElement<any, any> | null;
defaultComponent?: ComponentType<{
children?: ReactNode;
}>;
};

@@ -7,0 +9,0 @@ export declare type withI18nProps = {

{
"name": "@lingui/react",
"version": "3.4.0",
"version": "3.5.0",
"description": "React components for translations",

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

"@babel/runtime": "^7.11.2",
"@lingui/core": "^3.4.0"
"@lingui/core": "^3.5.0"
},

@@ -46,0 +46,0 @@ "devDependencies": {

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