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

intl-messageformat

Package Overview
Dependencies
Maintainers
10
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intl-messageformat - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

.rpt2_cache/rpt2_5d69949954af11ad34d8356e040bf83506872e7f/code/cache/5b0d2ae5d1b5399eb752285534b2bc95a4fdc970

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [4.1.0](https://github.com/formatjs/formatjs/compare/intl-messageformat@4.0.1...intl-messageformat@4.1.0) (2019-06-18)
### Features
* **intl-format-cache:** fix TS definition ([71ae9eb](https://github.com/formatjs/formatjs/commit/71ae9eb))
## [4.0.1](https://github.com/formatjs/formatjs/compare/intl-messageformat@4.0.0...intl-messageformat@4.0.1) (2019-06-12)

@@ -8,0 +19,0 @@

1

dist/index.d.ts

@@ -16,2 +16,3 @@ import { Formats } from './compiler';

declare const MessageFormat: IntlMessageFormat;
export { Formats, Pattern } from './compiler';
export default MessageFormat;

@@ -16,2 +16,3 @@ import { Formats } from './compiler';

declare const MessageFormat: IntlMessageFormat;
export { Formats, Pattern } from './compiler';
export default MessageFormat;

4

package.json
{
"name": "intl-messageformat",
"version": "4.0.1",
"version": "4.1.0",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",

@@ -49,3 +49,3 @@ "keywords": [

"license": "BSD-3-Clause",
"gitHead": "d3869feb0018f87eab32280cdc64fb086c964a26"
"gitHead": "3101871266149f3e3a9994f0e2361fbce7549a77"
}

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

export { Formats, Pattern } from './compiler';
export default MessageFormat;

Sorry, the diff of this file is not supported yet

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