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 5.24.8 to 5.25.0

1

lib/src/components/provider.js

@@ -23,2 +23,3 @@ /*

onError: config.onError,
onWarn: config.onWarn,
wrapRichTextChunksInFragment: config.wrapRichTextChunksInFragment,

@@ -25,0 +26,0 @@ defaultRichTextElements: config.defaultRichTextElements,

8

package.json
{
"name": "react-intl",
"version": "5.24.8",
"version": "5.25.0",
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.",

@@ -133,7 +133,7 @@ "keywords": [

"@formatjs/icu-messageformat-parser": "2.0.19",
"@formatjs/intl": "2.1.1",
"@formatjs/intl": "2.2.0",
"@formatjs/intl-displaynames": "5.4.3",
"@formatjs/intl-listformat": "6.5.3",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/react": "16 || 17",
"@types/react": "16 || 17 || 18",
"hoist-non-react-statics": "^3.3.2",

@@ -144,3 +144,3 @@ "intl-messageformat": "9.12.0",

"peerDependencies": {
"react": "^16.3.0 || 17",
"react": "^16.3.0 || 17 || 18",
"typescript": "^4.5"

@@ -147,0 +147,0 @@ },

@@ -26,2 +26,3 @@ "use strict";

onError: config.onError,
onWarn: config.onWarn,
wrapRichTextChunksInFragment: config.wrapRichTextChunksInFragment,

@@ -28,0 +29,0 @@ defaultRichTextElements: config.defaultRichTextElements,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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