Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cdigit

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdigit - npm Package Compare versions

Comparing version 2.6.2 to 2.6.3

1

bin/cli.js

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

const handler = (str, opts, cmd) => {
opts = program.opts(); // XXX
let algo = "luhn";

@@ -27,0 +28,0 @@ if (typeof opts.algo === "string") {

10

package.json
{
"name": "cdigit",
"version": "2.6.2",
"version": "2.6.3",
"description": "Collection of check digit algorithms implemented in JavaScript",

@@ -66,7 +66,7 @@ "main": "lib/index.js",

"dependencies": {
"commander": "^7.0.0"
"commander": "^7.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.20.0",

@@ -78,4 +78,4 @@ "eslint-config-prettier": "^7.2.0",

"tsutils": "^3.20.0",
"typescript": "^4.1.5"
"typescript": "^4.2.2"
}
}
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