New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

e118-iin-list

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

e118-iin-list - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

cli.js

@@ -10,3 +10,3 @@ #!/usr/bin/env node

if (isSome(issuer)) {
console.log(issuer.value)
console.log(JSON.stringify(issuer.value, null, 2))
} else {

@@ -13,0 +13,0 @@ console.error(`Could not identify "${iccid}"!`)

{
"name": "e118-iin-list",
"version": "1.1.0",
"version": "1.2.0",
"description": "List of issuer identifier numbers for the international telecommunication charge card (ITU-T E.118)",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -36,2 +36,15 @@ # e118-iin-list [![npm version](https://img.shields.io/npm/v/e118-iin-list.svg)](https://www.npmjs.com/package/e118-iin-list)

### CLI
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"
}
## ITU-T Recommendation E.118 Card numbering structure ([Source](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-E.118-200605-I!!PDF-E&type=items))

@@ -38,0 +51,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc