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

intl-format-cache

Package Overview
Dependencies
Maintainers
4
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intl-format-cache - npm Package Compare versions

Comparing version 4.2.9 to 4.2.10

LICENSE.md

8

CHANGELOG.md

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

## [4.2.10](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.2.9...intl-format-cache@4.2.10) (2019-11-25)
**Note:** Version bump only for package intl-format-cache
## [4.2.9](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.2.8...intl-format-cache@4.2.9) (2019-11-23)

@@ -8,0 +16,0 @@

8

package.json
{
"name": "intl-format-cache",
"version": "4.2.9",
"version": "4.2.10",
"description": "A memoizer factory for Intl format constructors.",

@@ -19,4 +19,4 @@ "main": "dist/index.js",

"devDependencies": {
"@formatjs/intl-pluralrules": "^1.3.5",
"@formatjs/intl-relativetimeformat": "^4.4.4"
"@formatjs/intl-pluralrules": "^1.3.6",
"@formatjs/intl-relativetimeformat": "^4.4.5"
},

@@ -38,3 +38,3 @@ "repository": {

"homepage": "https://github.com/formatjs/formatjs",
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c"
"gitHead": "4e2afbd30b8bcf239a6083049a113b7b694ebb80"
}

@@ -10,3 +10,3 @@ # Intl Format Cache

This is a helper package used within [Yahoo's FormatJS suite][formatjs]. It provides a factory for creating memoizers of [`Intl`][intl] format constructors: [`Intl.NumberFormat`][intl-nf], [`Intl.DateTimeFormat`][intl-dtf], [`IntlMessageFormat`][intl-mf], and [`IntlRelativeFormat`][intl-rf].
This is a helper package used within [FormatJS suite][formatjs]. It provides a factory for creating memoizers of [`Intl`][intl] format constructors: [`Intl.NumberFormat`][intl-nf], [`Intl.DateTimeFormat`][intl-dtf], [`IntlMessageFormat`][intl-mf], and [`IntlRelativeFormat`][intl-rf].

@@ -93,7 +93,2 @@ Creating instances of these `Intl` formats is an expensive operation, and the APIs are designed such that developers should re-use format instances instead of always creating new ones. This package is simply to make it easier to create a cache of format instances of a particular type to aid in their reuse.

## License
This software is free to use under the Yahoo! Inc. BSD license.
See the [LICENSE file][license] for license text and copyright information.
[npm]: https://www.npmjs.org/package/intl-format-cache

@@ -107,2 +102,1 @@ [npm-badge]: https://img.shields.io/npm/v/intl-format-cache.svg?style=flat-square

[formatjs]: http://formatjs.io/
[license]: https://github.com/formatjs/formatjs/blob/master/LICENSE
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