Gathering detailed insights and metrics for czech-inflection
Gathering detailed insights and metrics for czech-inflection
Gathering detailed insights and metrics for czech-inflection
Gathering detailed insights and metrics for czech-inflection
inflection
A port of inflection-js to node.js module
lodash-inflection
ActiveSupport::Inflector, for lodash!
@types/inflection
TypeScript definitions for inflection
@graphile/simplify-inflection
Simplifies the graphile-build/graphile-build-pg inflection to trim the `ByFooIdAndBarId` from relations, etc
npm install czech-inflection
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
11 Stars
13 Commits
2 Watching
17 Branches
1 Contributors
Updated on 26 Aug 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-31.7%
110
Compared to previous day
Last week
22.4%
613
Compared to previous week
Last month
-13.9%
2,116
Compared to previous month
Last year
79.1%
21,836
Compared to previous year
6
czech-inflection
is JavaScript library for inflecting Czech words. It is a port of PHP inflection library.
npm i czech-inflection
1import inflect from 'czech-inflection' 2 3console.log(inflect({ word: 'Tomáš', grammarCase: 3, animate: true })) 4// Tomášovi 5 6console.log(inflect({ word: 'Tomáš', grammarCase: 3, animate: true, plural: true })) 7// Tomášům 8 9console.log(inflect({ word: 'Honza', grammarCase: 3, animate: true, gender: 'm' })) 10// It's necessary to specify gender for some names/nicknames to inflect them correctly 11// Honzovi 12 13console.log(inflect({ word: 'hrad', grammarCase: 6 })) 14// hradě 15 16console.log(inflect({ word: 'hrad', grammarCase: 6, plural: true })) 17// hradech
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/13 approved changesets -- score normalized to 0
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
51 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