![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
e118-iin-list
Advanced tools
List of issuer identifier numbers for the international telecommunication charge card (ITU-T E.118)
List of issuer identification numbers for the international telecommunication charge card (ITU-T E.118).
Up-to-date with Operational Bulletin No. 1195 (1.V.2020) and also includes E.164 shared country code entries (which has some overlapping entries).
Data source as Google Spreadsheet.
Note: There is actually a database for this information, but the access is restricted to ITU-T Sector Members. 🤷
Since E.118's issuer identification number is of variable length (it can be 4–7 digits) an ICCID (the serial number of SIM cards) needs to be matched against a list of known IINs in order to determine the SIM issuer.
npm install e118-iin-list
import { identifyIssuer } from "e118-iin-list";
import { isSome } from "fp-ts/lib/Option";
const issuer = identifyIssuer("89450421180216254864");
if (isSome(issuer)) {
console.log(issuer.value.companyName); // Telia Sonera A/S
}
You can identify issuers directly from your command line:
$ npx e118-iin-list 89450421180216254864
{
"iin": 894504,
"countryCode": 45,
"issuerIdentifierNumber": "04",
"countryName": "Denmark",
"companyName": "Telia Sonera A/S"
}
Note: if your ICCID is not recognized, please open a new issue in this repository.
The numbering of the card to be issued by OAs shall be as follows based on ISO/IEC 7812-1 (Identification cards – Identification of issuers – Part 1: Numbering system) and ISO/IEC 7812-2 (Identification cards – Identification of issuers – Part 2: Application and registration procedures).
The maximum length of the visible card number (primary account number) shall be 19 characters and is composed of the following subparts (see Figure 1):
89
(telecommunication
purposes)0
Sources:
Process:
CRS
records
(inactive), add to the spreadsheetlist.csv
npm run convert
FAQs
List of issuer identifier numbers for the international telecommunication charge card (ITU-T E.118)
The npm package e118-iin-list receives a total of 1,616 weekly downloads. As such, e118-iin-list popularity was classified as popular.
We found that e118-iin-list demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.