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.6.0 to 1.6.1

6

cli.js

@@ -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(

2

package.json
{
"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

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