Gathering detailed insights and metrics for @unly/iso3166-1
Gathering detailed insights and metrics for @unly/iso3166-1
npm install @unly/iso3166-1
Typescript
Module System
Node Version
NPM Version
78
Supply Chain
98.2
Quality
77.7
Maintenance
100
Vulnerability
100
License
JavaScript (88.88%)
HTML (11.12%)
Total Downloads
325,552
Last Day
434
Last Week
1,614
Last Month
7,619
Last Year
61,991
1 Stars
173 Commits
2 Watching
3 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.2
Package Id
@unly/iso3166-1@1.0.2
Size
19.22 kB
NPM Version
6.11.3
Node Version
10.17.0
Publised On
03 Feb 2020
Cumulative downloads
Total Downloads
Last day
24%
434
Compared to previous day
Last week
-26.7%
1,614
Compared to previous week
Last month
14.2%
7,619
Compared to previous month
Last year
35.2%
61,991
Compared to previous year
The smallest, fastest, node module for ISO 3166-1 alpha 2/3 helper lookup/parser. Browserify/Webpack friendly.
1npm install --save @unly/iso3166-1
var iso31661 = require('@unly/iso3166-1')
iso31661.from('USA').to3() // USA
iso31661.from('USA').to2() // US
iso31661.from('US').to3() // USA
iso31661.from('US').to2() // US
iso31661.fromLocale('en-US').to3() // USA
iso31661.fromLocale('en-US').to2() // US
var iso31661 = require('@unly/iso3166-1')
iso31661.to2('USA') // US
iso31661.to3('US') // USA
var iso31661 = require('@unly/iso3166-1')
var locale2 = require('locale2')
iso31661.fromLocale(locale2).to3() // USA
iso31661.fromLocale(locale2).to2() // US
import iso31661 from '@unly/iso3166-1';
iso31661.is2('US') // true
iso31661.is3('USA') // true
iso31661.is2('XX') // false
iso31661.is3('XXX') // false
MIT
This project is being maintained by:
Unly is a socially responsible company, fighting inequality and facilitating access to higher education. Unly is committed to making education more inclusive, through responsible funding for students. We provide technological solutions to help students find the necessary funding for their studies.
We proudly participate in many TechForGood initiatives. To support and learn more about our actions to make education accessible, visit :
Tech tips and tricks from our CTO on our Medium page!
#TECHFORGOOD #EDUCATIONFORALL
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
61 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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