Comparing version 2.0.0 to 2.0.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var charTypesEnum_1 = require("../constants/charTypesEnum"); | ||
var CharTypesEnum_1 = require("../constants/CharTypesEnum"); | ||
var copyMaskChar = function (count, maskChar) { | ||
@@ -9,3 +9,3 @@ var res = []; | ||
char: maskChar, | ||
type: charTypesEnum_1.CharTypes.MASK, | ||
type: CharTypesEnum_1.CharTypes.MASK, | ||
}); | ||
@@ -21,3 +21,3 @@ } | ||
char: maskString[i], | ||
type: charTypesEnum_1.CharTypes.MASK, | ||
type: CharTypesEnum_1.CharTypes.MASK, | ||
}); | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "input-core", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Core abilities of masked-input. Usefull to create custom input processors", | ||
@@ -43,3 +43,3 @@ "main": "./lib", | ||
}, | ||
"gitHead": "e103d7b6752b48d60a77e1684e32c7e60984a511" | ||
"gitHead": "345ef7c04fc0fa56095542a3950b29f62c8e7269" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { CharTypes } from '../constants/charTypesEnum'; | ||
import { CharTypes } from '../constants/CharTypesEnum'; | ||
import { IInputValue } from '../interfaces/IInput'; | ||
@@ -3,0 +3,0 @@ import { ISelectRange } from '../interfaces/ISelectRange'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0