custom-cleave
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "custom-cleave", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Format for input element", | ||
@@ -5,0 +5,0 @@ "main": "src/custom-cleave.js", |
const credit = require("./libs/creditCardFormatter.js"); | ||
const date = require("./libs/dateFormatter.js"); | ||
const dateFormatter = require("./libs/dateFormatter.js"); | ||
@@ -9,3 +9,3 @@ const customCleave = (obj) => { | ||
if (obj.type === "date") { | ||
date(obj.options); | ||
dateFormatter(obj.options); | ||
} | ||
@@ -12,0 +12,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
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
4351