New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@coders-tm/vue-number-format

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coders-tm/vue-number-format - npm Package Compare versions

Comparing version 3.0.5 to 3.1.0

3

dist/index.cjs.js

@@ -463,3 +463,3 @@ /**

},
emits: ['update:model-value'],
emits: ['update:model-value', 'input:model-value'],
data() {

@@ -475,2 +475,3 @@ return {

this.unmaskedValue = target.unmaskedValue;
this.$emit('input:model-value', this.emittedValue);
},

@@ -477,0 +478,0 @@ change() {

@@ -459,3 +459,3 @@ /**

},
emits: ['update:model-value'],
emits: ['update:model-value', 'input:model-value'],
data() {

@@ -471,2 +471,3 @@ return {

this.unmaskedValue = target.unmaskedValue;
this.$emit('input:model-value', this.emittedValue);
},

@@ -473,0 +474,0 @@ change() {

{
"name": "@coders-tm/vue-number-format",
"version": "3.0.5",
"version": "3.1.0",
"private": false,

@@ -5,0 +5,0 @@ "description": "Easy formatted numbers, currency and percentage with input/directive mask for Vue.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc