text-mask-addons
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "text-mask-addons", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Addons for Text Mask https://github.com/msafi/text-mask", | ||
@@ -5,0 +5,0 @@ "author": "M.K. Safi <msafi@msafi.com>", |
const createMmddyyyyValidator = (isVerify()) ? | ||
require(`../${packageJson.main}`).createMmddyyyyValidator : | ||
require(`../dist/createMmddyyyyValidator.js`).default : | ||
require('../src/createMmddyyyyValidator.js').default | ||
@@ -4,0 +4,0 @@ |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
26192