Installations
npm install @shopify/condense-number
Releases
Unable to fetch releases
Developer
Shopify
Developer Guide
Module System
CommonJS
Min. Node Version
Typescript Support
Yes
Node Version
16.13.2
NPM Version
6.14.17
Statistics
41 Stars
111 Commits
9 Forks
378 Watching
9 Branches
6,926 Contributors
Updated on 06 Mar 2024
Languages
TypeScript (99.71%)
JavaScript (0.29%)
Total Downloads
Cumulative downloads
Total Downloads
7,812,841
Last day
-49.9%
2,355
Compared to previous day
Last week
-37.2%
14,781
Compared to previous week
Last month
-25%
141,268
Compared to previous month
Last year
-16.8%
1,962,013
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
condense-number
Locale-aware number and currency condensing.
condense-number
uses Unicode Common Locle Data Repository (CLDR) and Intl.js formatting patterns to inform locale-aware number and currency condensing. What does number condensing mean? In English 50,000 condenses to 50K, but it's 50 mil in Portuguese and 5 万 in Japanese.
The following locales are now available in condense-number
:
- Danish (da)
- German (de)
- Greek (el)
- English (en)
- Spanish (es)
- Finnish (fi)
- French (fr)
- Hindi (hi)
- Italian (it)
- Japanese (ja)
- Korean (ko)
- Malay (ms)
- Norwegian (nb-NO)
- Dutch (nl)
- Polish (pl)
- Brazilian Portuguese (pt-BR)
- Romanian (ro)
- Russian (ru)
- Swedish (sv)
- Thai (th)
- Turkish (tr)
- Chinese (Simplified) (zh-CN)
- Chinese (Traditional) (zh-TW)
How to use
Install @shopify/condense-number
in your project:
1yarn add @shopify/condense-number
Both condenseNumber
and condenseCurrency
are exported as named exports and can be imported individually.
condenseNumber
Provide a number and locale, get the condensed value. If a condensed value isn't applicable, condenseNumber
returns the number with formatting, if appropriate.
Example:
condenseNumber(1000, 'en')
= '1K'
Optionally, specify maximum precision within an options object to override the default decimal precision of 0. Precision will not be applied if the decimal value is 0.
condenseNumber(1500, 'en', {maxPrecision: 1})
= '1.5K'
condenseCurrency
Provide a number, locale and currency code, get the value with the currency provided, formatted according to the locale's standards. If a condensing isn't applicable, condenseCurrency
returns the currency with formatting, but without condensing.
condenseCurrency(15000, 'en', 'usd')
= '$15K'
;
Optionally, specify maximum precision within an options object to override the default decimal precision of 0. Precision will not be applied if the decimal value is 0.
condenseCurrency(1500, 'en', 'gbp', {maxPrecision: 1})
= '£1.5K'
When a currency symbol is not found, the capitalized currency code will be used instead. For example:
condenseCurrency(150000, 'en', 'abc')
= 'ABC150K'
Rounding
By default, condensed numbers round down. For example:
condenseNumber(1500, 'en')
= '1K'
However, if you want to round to the closest integer or always round up to the next integer, you can specify that in the options object, by using 'auto' or 'up':
condenseNumber(1200, 'en', {roundingRule: 'auto'})
= '1K'
condenseCurrency(1100, 'en', 'gbp', {roundingRule: 'up'})
= '£2K'
Rounding can be used with maxPrecision.
condenseNumber(1089, 'en', {roundingRule: 'auto', maxPrecision: 1});
= 1.1K
How it works
If you're curious, have a look at the CLDR data used under the hood. The logic we apply to the JSON is informed by documentation (here and here) from Unicode. We use Intl.js, which also relies on CLDR data, to inform our currency codes and number patterns.
Development instructions
- Install the specified Node version:
nvm install
- Install dependencies:
npx yarn install
You can now run:
- Test:
npx yarn run test
- Code formatting:
npx yarn run format
- Building:
npx yarn run build
No vulnerabilities found.
Reason
license file detected
Details
- Info: project has a license file: LICENSE.md:0
- Info: FSF or OSI recognized license: MIT License: LICENSE.md:0
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
- Info: security policy file detected: github.com/Shopify/.github/SECURITY.md:1
- Info: Found linked content: github.com/Shopify/.github/SECURITY.md:1
- Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy
- Info: Found text in security policy: github.com/Shopify/.github/SECURITY.md:1
Reason
Found 16/19 approved changesets -- score normalized to 8
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/ci.yml:1
- Warn: no topLevel permission defined: .github/workflows/cla.yml:1
- Info: no jobLevel write permissions found
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/Shopify/condense-number/ci.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/Shopify/condense-number/ci.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/Shopify/condense-number/ci.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/cla.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/Shopify/condense-number/cla.yml/main?enable=pin
- Info: 0 out of 3 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 1 third-party GitHubAction dependencies pinned
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'main'
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 27 are checked with a SAST tool
Reason
23 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-7gc6-qh9x-w6h8
- Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq
- Warn: Project is vulnerable to: GHSA-896r-f27r-55mw
- Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h
- Warn: Project is vulnerable to: GHSA-76p3-8jx3-jpfq
- Warn: Project is vulnerable to: GHSA-3rfm-jhwj-7488
- Warn: Project is vulnerable to: GHSA-hhq3-ff78-jv3g
- Warn: Project is vulnerable to: GHSA-7wpw-2hjm-89gp
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-w7rc-rwvf-8q5r
- Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g
- Warn: Project is vulnerable to: GHSA-rp65-9cf3-cjxr
- Warn: Project is vulnerable to: GHSA-7fh5-64p2-3v2j
- Warn: Project is vulnerable to: GHSA-hrpp-h998-j3pp
- Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-4wf5-vphf-c2xc
- Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3
- Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
Score
3.8
/10
Last Scanned on 2024-07-01
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreOther packages similar to @shopify/condense-number
condense-newlines
Replace extraneous newlines with a single newline, or pass a specified number of newlines to use.
trim-repeated
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
@shopify/function-enhancers
A set of helpers to enhance functions
condense-whitespace
Remove leading, trailing, and repeated whitespace from a string