Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
language-cultures
Advanced tools
A ready-to-go language-cultures codes utility
$ npm install --save language-cultures
// import all the module
import languageCultures from 'language-cultures';
languageCultures.getLanguageName('en-US');
// or import the single functions
import { getLanguageName } from 'language-cultures';
getLanguageName('en-US')
It basically exports a few useful functions to list and describe language codes, complete with their respective cultures (e.g. the variants for each country in which is spoken), so for example en-US
, it-IT
, es-ES
, ..
Here are the functions:
Functions (w/ example parameters) | Description | Output |
---|---|---|
listLanguageCodes() | lists all the known language codes | ['af-ZA', 'ar-AE', 'ar-BH', 'ar-DZ', 'ar-EG', ..] |
getLanguageName('en-US') | describes the language | 'English - United States' |
getLanguageCultures('en') | lists all the language cultures of a given language | ['en-AU', 'en-BZ', 'en-CA', 'en-CB', 'en-GB', ..] |
getCountryLanguages('CH') | lists all the languages spoken in a country | ['de-CH', 'fr-CH', 'it-CH'] |
Giovanni Frigo, Developer @Belka
language-cultures is Copyright (c) 2016 Belka, srl. It is free software, and may be redistributed under the terms specified in the LICENSE file. (TL;DR: MIT license)
Belka is a Digital Agency specialized in design, mobile applications development and custom solutions. We love open source software! You can see our projects or look at our case studies.
Interested? Hire us to help build your next amazing project.
FAQs
A ready-to-go language-cultures codes utility
The npm package language-cultures receives a total of 273 weekly downloads. As such, language-cultures popularity was classified as not popular.
We found that language-cultures 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.