Socket
Socket
Sign inDemoInstall

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 1.1.0 to 1.2.0

lib/algo/mod97_10.d.ts

1

lib/index.d.ts
export { default as luhn } from './algo/luhn';
export { default as mod97_10 } from './algo/mod97_10';
export { default as verhoeff } from './algo/verhoeff';

@@ -5,3 +5,5 @@ "use strict";

exports.luhn = luhn_1.default;
var mod97_10_1 = require("./algo/mod97_10");
exports.mod97_10 = mod97_10_1.default;
var verhoeff_1 = require("./algo/verhoeff");
exports.verhoeff = verhoeff_1.default;

5

package.json
{
"name": "cdigit",
"version": "1.1.0",
"version": "1.2.0",
"description": "Generate and validate check digits",

@@ -23,2 +23,5 @@ "main": "lib/index.js",

"mod 10",
"iso7064",
"mod 97",
"mod 97-10",
"verhoeff"

@@ -25,0 +28,0 @@ ],

export { default as luhn } from './algo/luhn';
export { default as mod97_10 } from './algo/mod97_10';
export { default as verhoeff } from './algo/verhoeff';
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