Socket
Socket
Sign inDemoInstall

@formatjs/intl-listformat

Package Overview
Dependencies
Maintainers
3
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 3.0.2 to 3.0.4-alpha.0

_validate_dist_options.optionsvalid.d.ts

28

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

@@ -10,3 +10,4 @@ "keywords": [

"format",
"formatjs"
"formatjs",
"listformat"
],

@@ -21,23 +22,8 @@ "author": "Long Ho <holevietlong@gmail.com>",

},
"devDependencies": {
"@formatjs/intl-getcanonicallocales": "^1.2.10",
"@types/jest": "^25.2.1",
"cldr-misc-full": "^36.0.0",
"jest": "^25.4.0",
"ts-jest": "^25.4.0"
},
"dependencies": {
"@formatjs/intl-utils": "^3.6.0"
"@formatjs/intl-utils": "^3.6.2-alpha.0"
},
"main": "dist/index.js",
"main": "index.js",
"module": "lib/index.js",
"types": "lib/intl-listformat.d.ts",
"files": [
"dist",
"lib",
"locale-data",
"polyfill-locales.js",
"polyfill.js",
"src"
],
"types": "intl-listformat.d.ts",
"scripts": {

@@ -53,3 +39,3 @@ "build": "yarn run cldr && yarn run compile",

"license": "MIT",
"gitHead": "315646645e3906f787df93b0d082ed9b98ad6f4f"
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c"
}

@@ -1,1 +0,11 @@

require('./dist/polyfill');
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var _1 = require(".");
if (!('ListFormat' in Intl)) {
Object.defineProperty(Intl, 'ListFormat', {
value: _1.default,
writable: true,
enumerable: false,
configurable: true,
});
}
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