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.2.2 to 3.2.3

2

cjs/I18nProvider.d.ts

@@ -14,4 +14,4 @@ import React, { FunctionComponent, ComponentType } from "react";

export declare function useLingui(): I18nContext;
export declare function withI18n(o?: object): <P extends withI18nProps>(Component: ComponentType<P>) => React.ComponentType<P>;
export declare function withI18n(o?: object): <P extends withI18nProps>(Component: ComponentType<P>) => React.ComponentType<Omit<P, 'i18n'>>;
export declare const I18nProvider: FunctionComponent<I18nProviderProps>;
//# sourceMappingURL=I18nProvider.d.ts.map
export { I18nProvider, useLingui, withI18n, I18nProviderProps, I18nContext, withI18nProps, } from "./I18nProvider";
export { Trans, TransProps } from "./Trans";
export { Trans, TransProps, TransRenderProps } from "./Trans";
//# sourceMappingURL=index.d.ts.map
{
"name": "@lingui/react",
"version": "3.2.2",
"version": "3.2.3",
"description": "React components for translations",

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

"@babel/runtime": "^7.11.2",
"@lingui/core": "^3.2.2"
"@lingui/core": "^3.2.3"
},

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

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