Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
country-emoji
Advanced tools
Converts between country names, ISO 3166-1 codes and flag emojis. Has zero dependencies.
$ npm install --save country-emoji
const {flag, code, name, countries} = require('country-emoji');
flag('CL')
// ~> 🇨🇱
code('🇨🇦')
// ~> CA
name('🇶🇦')
// ~> Qatar
// can extract name from string…
flag('Taiwan number one!')
// ~> 🇹🇼
// …but only if there's no ambiguity
flag('Congo and Burma')
// ~> undefined
flag('Republic of Tanzania')
// ~> 🇹🇿
flag('Tanzania, United Republic of')
// ~> 🇹🇿
code('Australia')
// ~> AU
code('UAE')
// ~> AE
name('AE')
// ~> United Arab Emirates
code('UK')
// ~> GB
// all values can be converted back and forth indefinitely
flag(name(flag(code(flag(name('NZ'))))))
// ~> 🇳🇿
// a dictionary (of country code to country name) of all countries
Object.keys(countries).join(", ")
// ~> AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BM, BN, BO, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, EU, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XK, YE, YT, ZA, ZM, ZW
Check out the following:
PS. Happy to add more here :).
If you discover a bug please report it here. Express gratitude here.
Mail me at bugs@meedamian.com, or on twitter @meeDamian.
MIT @ Damian Mee
FAQs
Converts between country names, ISO 3166-1 codes and flag emojis.
The npm package country-emoji receives a total of 11,837 weekly downloads. As such, country-emoji popularity was classified as popular.
We found that country-emoji demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.