@coders-tm/vue-number-format
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -70,3 +70,3 @@ /** | ||
this.numberOnly = (string, regExp) => string.toString().replace(regExp, ''); | ||
this.numberOnly = (string, regExp) => string?.toString().replace(regExp, ''); | ||
@@ -73,0 +73,0 @@ this.isNegative = this.sign() === '-'; |
@@ -66,3 +66,3 @@ /** | ||
this.numberOnly = (string, regExp) => string.toString().replace(regExp, ''); | ||
this.numberOnly = (string, regExp) => string?.toString().replace(regExp, ''); | ||
@@ -69,0 +69,0 @@ this.isNegative = this.sign() === '-'; |
@@ -67,3 +67,3 @@ /** | ||
this.numberOnly = (string, regExp) => string.toString().replace(regExp, ''); | ||
this.numberOnly = (string, regExp) => string?.toString().replace(regExp, ''); | ||
@@ -70,0 +70,0 @@ this.isNegative = this.sign() === '-'; |
{ | ||
"name": "@coders-tm/vue-number-format", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Easy formatted numbers, currency and percentage with input/directive mask for Vue.js", |
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
53471
0