Socket
Socket
Sign inDemoInstall

@formatjs/intl-listformat

Package Overview
Dependencies
Maintainers
2
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/intl-listformat - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

CHANGELOG.md

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

## [1.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@1.1.0...@formatjs/intl-listformat@1.1.1) (2019-09-27)
**Note:** Version bump only for package @formatjs/intl-listformat
# 1.1.0 (2019-09-27)

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

4

package.json
{
"name": "@formatjs/intl-listformat",
"version": "1.1.0",
"version": "1.1.1",
"description": "Formats JS list in a i18n-safe way",

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

"license": "MIT",
"gitHead": "71e51a09a08f3b0d90bcd044ea0445e79f023fde"
"gitHead": "98661d2dba7a17f7713a8de6cfb988792c9156b7"
}

@@ -14,11 +14,2 @@ # Intl ListFormat

## Requirements
This package requires the following capabilities:
1. [Intl.PluralRules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules)
2. [Object.is](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is)
**NOTE: `formatToParts` only works on Node 10+ due to lack of `Intl.NumberFormat.prototype.formatToParts` natively**
## Usage

@@ -59,3 +50,3 @@

This software is free to use under the Yahoo! Inc. BSD license.
This software is free to use under the MIT license.
See the [LICENSE file][license] for license text and copyright information.

@@ -62,0 +53,0 @@

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