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

react-intl

Package Overview
Dependencies
Maintainers
8
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-intl - npm Package Compare versions

Comparing version 6.0.4 to 6.0.5

2

lib/src/components/message.d.ts

@@ -10,4 +10,4 @@ import * as React from 'react';

}
declare const MemoizedFormattedMessage: React.NamedExoticComponent<Props<Record<string, string | number | boolean | Date | React.ReactElement<any, string | React.JSXElementConstructor<any>> | React.ReactFragment | React.ReactPortal | FormatXMLElementFn<React.ReactNode, React.ReactNode> | null | undefined>>>;
declare const MemoizedFormattedMessage: React.NamedExoticComponent<Props<Record<string, string | number | boolean | {} | Date | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | FormatXMLElementFn<React.ReactNode, React.ReactNode> | null | undefined>>>;
export default MemoizedFormattedMessage;
//# sourceMappingURL=message.d.ts.map
{
"name": "react-intl",
"version": "6.0.4",
"version": "6.0.5",
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.",

@@ -131,11 +131,11 @@ "keywords": [

"dependencies": {
"@formatjs/ecma402-abstract": "1.11.7",
"@formatjs/icu-messageformat-parser": "2.1.3",
"@formatjs/intl": "2.3.0",
"@formatjs/intl-displaynames": "6.0.2",
"@formatjs/intl-listformat": "7.0.2",
"@formatjs/ecma402-abstract": "1.11.8",
"@formatjs/icu-messageformat-parser": "2.1.4",
"@formatjs/intl": "2.3.1",
"@formatjs/intl-displaynames": "6.0.3",
"@formatjs/intl-listformat": "7.0.3",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/react": "16 || 17 || 18",
"hoist-non-react-statics": "^3.3.2",
"intl-messageformat": "10.1.0",
"intl-messageformat": "10.1.1",
"tslib": "2.4.0"

@@ -142,0 +142,0 @@ },

@@ -10,4 +10,4 @@ import * as React from 'react';

}
declare const MemoizedFormattedMessage: React.NamedExoticComponent<Props<Record<string, string | number | boolean | Date | React.ReactElement<any, string | React.JSXElementConstructor<any>> | React.ReactFragment | React.ReactPortal | FormatXMLElementFn<React.ReactNode, React.ReactNode> | null | undefined>>>;
declare const MemoizedFormattedMessage: React.NamedExoticComponent<Props<Record<string, string | number | boolean | {} | Date | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | FormatXMLElementFn<React.ReactNode, React.ReactNode> | null | undefined>>>;
export default MemoizedFormattedMessage;
//# sourceMappingURL=message.d.ts.map

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