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.20.6 to 5.20.7

3

lib/src/components/provider.js

@@ -46,3 +46,4 @@ /*

formatters,
descriptor, values], rest));
descriptor,
values], rest));
if (Array.isArray(chunks)) {

@@ -49,0 +50,0 @@ return React.Children.toArray(chunks);

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

@@ -131,10 +131,9 @@ "keywords": [

"dependencies": {
"@formatjs/ecma402-abstract": "1.9.5",
"@formatjs/icu-messageformat-parser": "2.0.8",
"@formatjs/intl": "1.13.4",
"@formatjs/intl-displaynames": "5.2.0",
"@formatjs/intl-listformat": "6.3.0",
"@formatjs/intl": "1.13.5",
"@formatjs/intl-displaynames": "5.2.1",
"@formatjs/intl-listformat": "6.3.1",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/react": "17",
"hoist-non-react-statics": "^3.3.2",
"intl-messageformat": "9.8.1",
"intl-messageformat": "9.8.2",
"tslib": "^2.1.0"

@@ -141,0 +140,0 @@ },

@@ -49,3 +49,4 @@ "use strict";

formatters,
descriptor, values], rest));
descriptor,
values], rest));
if (Array.isArray(chunks)) {

@@ -52,0 +53,0 @@ return React.Children.toArray(chunks);

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