e118-iin-list
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -5,4 +5,2 @@ #!/usr/bin/env node | ||
const { isSome } = require('fp-ts/lib/Option') | ||
const fs = require('fs') | ||
const { bugs } = JSON.parse(fs.readFileSync('./package.json', 'utf-8')) | ||
@@ -17,5 +15,3 @@ const iccid = process.argv[process.argv.length - 1] | ||
console.error( | ||
`Please open a new issue by following this link: ${ | ||
bugs.url | ||
}/new?title=${encodeURIComponent( | ||
`Please open a new issue by following this link: https://github.com/cellprobe/e118-iin-list/issues/new?title=${encodeURIComponent( | ||
`Could not identify ICCID ${iccid.replace(/.{6}$/, 'XXXXXX')}`, | ||
@@ -22,0 +18,0 @@ )}&body=${encodeURIComponent( |
{ | ||
"name": "e118-iin-list", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "List of issuer identifier numbers for the international telecommunication charge card (ITU-T E.118)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
789660
19725