Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
iso639-codes
Advanced tools
ISO639 Codes for JavaScript
Module available through the npm registry. It can be installed using the npm
or yarn
command line tools.
# NPM
npm install iso639-codes --save
# Or Using Yarn
yarn add iso639-codes
const iso = require('iso639-codes')
iso['Portuguese'].name //'Portuguese'
iso['Portuguese'].names //['Portuguese']
iso['Portuguese']['iso639-2'] // 'por'
iso['Portuguese']['iso639-1'] // 'pt'
iso['Balinese']['iso639-2'] // 'ban'
iso['Balinese']['iso639-1'] // null
iso['Chichewa'].name // 'Chichewa'
iso['Chichewa'].names // ['Chichewa', 'Chewa', 'Nyanja']
iso639
List of Languages
iso639[language]
Get ISO information
NOTE: Source is www.loc.gov/standards/iso639-2/php/English_list.php
To run the test suite, first install the dependencies, then run test
:
# NPM
npm test
# Or Using Yarn
yarn test
None
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.
FAQs
ISO639 Codes for JavaScript
The npm package iso639-codes receives a total of 18,004 weekly downloads. As such, iso639-codes popularity was classified as popular.
We found that iso639-codes 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.