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 2.3.7 to 2.4.0

LICENSE-APACHE

2

bin/cli.js

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

console.log('Supported Algorithms:');
const maxlen = Math.max(...cdigit.names.map(ss => ss.length));
const maxlen = Math.max(...cdigit.names.map((ss) => ss.length));
console.log(` ${'NAME'.padEnd(maxlen, ' ')} ALGORITHM`);

@@ -16,0 +16,0 @@ cdigit.names.forEach((name) => {

{
"name": "cdigit",
"version": "2.3.7",
"version": "2.4.0",
"description": "Collection of check digit algorithms implemented in JavaScript",

@@ -57,3 +57,3 @@ "main": "lib/index.js",

"author": "LiosK <contact@mail.liosk.net>",
"license": "Apache-2.0",
"license": "(MIT OR Apache-2.0)",
"bugs": {

@@ -70,17 +70,18 @@ "url": "https://github.com/LiosK/cdigit/issues"

"dependencies": {
"commander": "^2.20.0"
"commander": "^4.0.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"mocha": "^6.2.0",
"tslint": "^5.19.0",
"tslint-config-airbnb": "^5.11.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"mocha": "^6.2.2",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2",
"tsutils": "^3.17.1",
"typedoc": "^0.14.2",
"typescript": "^3.6.2"
"typedoc": "^0.15.2",
"typescript": "^3.7.2"
}
}

@@ -151,2 +151,3 @@ # cdigit: Check Digit Algorithms in JS

## License

@@ -156,14 +157,16 @@

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at
Licensed under either of
http://www.apache.org/licenses/LICENSE-2.0
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
* [MIT license](http://opensource.org/licenses/MIT)
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
## See Also

@@ -170,0 +173,0 @@

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