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

format-message

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

format-message - npm Package Compare versions

Comparing version 6.2.0 to 6.2.1

4

CHANGELOG.md
# Changelog
## 6.2.1
Fix translations not returning from `rich()`.
## 6.2.0

@@ -4,0 +8,0 @@

2

index.js

@@ -98,3 +98,3 @@ // @flow

var format = translated.toParts || (
translated.toParts = interpret.toParts(parse(pattern, { tagsType: tagsType }), locales || currentLocales, types)
translated.toParts = interpret.toParts(parse(translated.message, { tagsType: tagsType }), locales || currentLocales, types)
)

@@ -101,0 +101,0 @@ return format(args)

{
"name": "format-message",
"version": "6.2.0",
"version": "6.2.1",
"description": "Internationalize text, numbers, and dates using ICU Message Format",

@@ -5,0 +5,0 @@ "author": "Andy VanWagoner <andy@vanwago.net>",

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