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

message-format

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

message-format - npm Package Compare versions

Comparing version 6.2.3 to 6.2.4

4

CHANGELOG.md
# Changelog
## 6.2.4
Update the TypeScript type definition for `MessageFormat.supportedLocalesOf()` to communicate that it is a static method.
## 6.2.0

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

8

package.json
{
"name": "message-format",
"version": "6.2.3",
"version": "6.2.4",
"description": "Intl.MessageFormat prollyfill supporting ICU message format",

@@ -26,6 +26,6 @@ "author": "Andy VanWagoner <andy@vanwago.net>",

"dependencies": {
"format-message-interpret": "^6.2.3",
"format-message-parse": "^6.2.3"
"format-message-interpret": "^6.2.4",
"format-message-parse": "^6.2.4"
},
"gitHead": "7747f5533981f7a1a3cc83714e8ac02bafd9d8c4"
"gitHead": "ece4dfacbec6af56e98897a3acbf0c99c64c2ed2"
}

@@ -8,3 +8,3 @@ import { Types } from 'format-message-interpret';

resolvedOptions: () => { locale: string | string[] | undefined };
supportedLocalesOf: (requestedLocales?: string | string[]) => string[];
static supportedLocalesOf: (requestedLocales?: string | string[]) => string[];

@@ -11,0 +11,0 @@ constructor(pattern: string, locales?: string | string[], options?: MessageFormat.MessageFormatOptions);

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