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.0 to 3.0.1

3

dist/index.cjs.js

@@ -416,3 +416,3 @@ /**

},
emits: ['update:modelValue'],
emits: ['update:modelValue','input:modelValue'],
data() {

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

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

@@ -430,0 +431,0 @@ change() {

@@ -412,3 +412,3 @@ /**

},
emits: ['update:modelValue'],
emits: ['update:modelValue','input:modelValue'],
data() {

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

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

@@ -426,0 +427,0 @@ change() {

{
"name": "@coders-tm/vue-number-format",
"version": "3.0.0",
"version": "3.0.1",
"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