forked from text-mask/text-mask
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72ed2c4
commit cc16d25
Showing
8 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "text-mask-core", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Core of https://github.com/text-mask/text-mask", | ||
"main": "dist/textMaskCore.js", | ||
"author": "M.K. Safi <[email protected]>", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-text-mask", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "React input component that accepts mask pattern", | ||
"main": "dist/reactTextMask.js", | ||
"author": "M.K. Safi <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vanilla-text-mask", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "JavaScript function that makes input HTML element accept mask pattern", | ||
"main": "dist/vanillaTextMask.js", | ||
"author": "M.K. Safi <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vue-text-mask", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "Vue component for input masking", | ||
"main": "dist/vueTextMask.js", | ||
"author": "Bill Colmbia <[email protected]>", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.