Socket
Socket
Sign inDemoInstall

@formatjs/intl-listformat

Package Overview
Dependencies
1
Maintainers
2
Versions
140
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4-alpha.6

lib/intl-listformat.d.ts

15

package.json
{
"name": "@formatjs/intl-listformat",
"version": "1.2.3",
"version": "1.2.4-alpha.6+deb124d",
"description": "Formats JS list in a i18n-safe way",

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

"devDependencies": {
"formatjs-extract-cldr-data": "^9.9.3"
"formatjs-extract-cldr-data": "^9.9.4-alpha.6+deb124d"
},

@@ -29,3 +29,8 @@ "dependencies": {

"module": "lib/index.js",
"types": "dist/index.d.ts",
"types": "lib/intl-listformat.d.ts",
"files": [
"dist",
"dist-es6",
"lib"
],
"scripts": {

@@ -35,3 +40,3 @@ "build": "npm run cldr && npm run compile",

"clean": "rimraf dist lib dist-es6",
"compile": "tsc && tsc -p tsconfig.cjs.json && tsc -p tsconfig.es6.json && rollup -c rollup.config.js",
"compile": "tsc && api-extractor run --local && tsc -p tsconfig.cjs.json && tsc -p tsconfig.es6.json && rollup -c rollup.config.js",
"jest": "cross-env NODE_ICU_DATA=../../node_modules/full-icu TS_NODE_PROJECT=tsconfig.cjs.json cross-env NODE_ENV=test jest",

@@ -42,3 +47,3 @@ "test": "npm run jest && cross-env NODE_ICU_DATA=../../node_modules/full-icu TS_NODE_PROJECT=tsconfig.cjs.json ts-node tests/runner"

"license": "MIT",
"gitHead": "ec6c8fef94f11be9f0435427309d9d284823ec6a"
"gitHead": "deb124d6bd86cf515b2be60fc9b4d4f0e9b9d907"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc