@coders-tm/vue-number-format
Advanced tools
Comparing version 1.0.1 to 1.0.3
@@ -74,2 +74,3 @@ /** | ||
const { value } = binding; | ||
if (!value) return false | ||
const config = Object.assign(options, value); | ||
@@ -76,0 +77,0 @@ if (el.localName !== 'input') { |
@@ -70,2 +70,3 @@ /** | ||
const { value } = binding; | ||
if (!value) return false | ||
const config = Object.assign(options, value); | ||
@@ -72,0 +73,0 @@ if (el.localName !== 'input') { |
{ | ||
"name": "@coders-tm/vue-number-format", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"private": false, | ||
@@ -83,3 +83,5 @@ "description": "Easy formatted numbers, currency and percentage with input/directive mask for Vue.js", | ||
}, | ||
"dependencies": {} | ||
"dependencies": { | ||
"@coders-tm/vue-number-format": "^1.0.1" | ||
} | ||
} |
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
18618
423
0
1