Comparing version 2.3.5 to 2.3.6
#!/usr/bin/env node | ||
const program = require('commander'); | ||
const cdigit = require('..'); | ||
const program = require('commander'); | ||
@@ -6,0 +6,0 @@ // top-level options |
{ | ||
"name": "cdigit", | ||
"version": "2.3.5", | ||
"version": "2.3.6", | ||
"description": "Collection of check digit algorithms implemented in JavaScript", | ||
@@ -73,13 +73,13 @@ "main": "lib/index.js", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-plugin-import": "^2.17.3", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.13.0", | ||
"eslint-config-airbnb": "^17.1.1", | ||
"eslint-plugin-import": "^2.18.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-react": "^7.14.2", | ||
"mocha": "^6.1.4", | ||
"tslint": "^5.17.0", | ||
"tslint": "^5.18.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"tsutils": "^3.14.0", | ||
"typedoc": "^0.14.2", | ||
"typescript": "^3.5.1" | ||
"typescript": "^3.5.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package