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.2.6 to 6.2.7

8

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

@@ -132,4 +132,4 @@ "keywords": [

"@formatjs/ecma402-abstract": "1.14.3",
"@formatjs/icu-messageformat-parser": "2.1.14",
"@formatjs/intl": "2.6.4",
"@formatjs/icu-messageformat-parser": "2.2.0",
"@formatjs/intl": "2.6.5",
"@formatjs/intl-displaynames": "6.2.4",

@@ -140,3 +140,3 @@ "@formatjs/intl-listformat": "7.1.7",

"hoist-non-react-statics": "^3.3.2",
"intl-messageformat": "10.2.6",
"intl-messageformat": "10.3.0",
"tslib": "^2.4.0"

@@ -143,0 +143,0 @@ },

@@ -28,3 +28,3 @@ import * as React from 'react';

static displayName: string;
static defaultProps: Pick<ResolvedIntlConfig, "onError" | "timeZone" | "fallbackOnEmptyString" | "formats" | "messages" | "defaultLocale" | "defaultFormats" | "textComponent">;
static defaultProps: Pick<ResolvedIntlConfig, "fallbackOnEmptyString" | "formats" | "messages" | "timeZone" | "textComponent" | "defaultLocale" | "defaultFormats" | "onError">;
private cache;

@@ -31,0 +31,0 @@ state: State;

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

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