Gathering detailed insights and metrics for @ember-intl/broccoli-cldr-data
Gathering detailed insights and metrics for @ember-intl/broccoli-cldr-data
Gathering detailed insights and metrics for @ember-intl/broccoli-cldr-data
Gathering detailed insights and metrics for @ember-intl/broccoli-cldr-data
npm install @ember-intl/broccoli-cldr-data
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
71 Commits
1 Forks
4 Watching
3 Branches
3 Contributors
Updated on 08 Sept 2023
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-44.2%
827
Compared to previous day
Last week
-0.8%
5,646
Compared to previous week
Last month
11%
24,154
Compared to previous month
Last year
-4%
354,068
Compared to previous year
Broccoli plugin for writing results of formatjs-extract-cldr-data to a broccoli node grouped by language.
1var extract = require('broccoli-cldr-data'); 2 3extract(inputNode, { 4 locales: ['fr-ca', 'en-ca'], /* defaults to all locales */ 5 moduleType: 'commonjs', /* options: commonjs, es6 */ 6 pluralRules: true, /* defaults to true */ 7 relativeFields: true, /* defaults to false */ 8 numberFields: true /* defaults to false */ 9});
1// en.js 2module.exports = [ 3{"locale":"en-CA","parentLocale":"en-001"}, 4{"locale":"en-001","parentLocale":"en"}, 5{"locale":"en","pluralRuleFunction":function (n,ord){var s=String(n).split("."),v0=!s[1],t0=Number(s[0])==n,n10=t0&&s[0].slice(-1),n100=t0&&s[0].slice(-2);if(ord)return n10==1&&n100!=11?"one":n10==2&&n100!=12?"two":n10==3&&n100!=13?"few":"other";return n==1&&v0?"one":"other"}}];
1// fr.js 2module.exports = [ 3{"locale":"fr-CA","parentLocale":"fr"}, 4{"locale":"fr","pluralRuleFunction":function (n,ord){if(ord)return n==1?"one":"other";return n>=0&&n<2?"one":"other"}} 5];
This software is free to use under the MIT license. See the LICENSE file for license text and copyright information.
The underlying formatjs-extract-cldr-data is licensed under the Yahoo Inc. BSD license. See the FormatJS license files for their license text and copyright information.
The CLDR data contained in this packaged is licensed under the Apache, ICU, and Unicode licenses. See the CLDR license files for their license text and copyright information.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 5/25 approved changesets -- score normalized to 2
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
17 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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 More