Socket
Socket
Sign inDemoInstall

vue-currency-input

Package Overview
Dependencies
10
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.22.2 to 1.22.3

4

dist/vue-currency-input.esm.js
/**
* Vue Currency Input 1.22.2
* Vue Currency Input 1.22.3
* (c) 2018-2020 Matthias Stiller

@@ -381,3 +381,3 @@ * @license MIT

}
});
}, { capture: true });
this.el.addEventListener('focus', function () {

@@ -384,0 +384,0 @@ this$1.focus = true;

/**
* Vue Currency Input 1.22.2
* Vue Currency Input 1.22.3
* (c) 2018-2020 Matthias Stiller

@@ -387,3 +387,3 @@ * @license MIT

}
});
}, { capture: true });
this.el.addEventListener('focus', function () {

@@ -390,0 +390,0 @@ this$1.focus = true;

{
"name": "vue-currency-input",
"description": "Easy input of currency formatted numbers for Vue.js.",
"version": "1.22.2",
"version": "1.22.3",
"license": "MIT",

@@ -6,0 +6,0 @@ "unpkg": "dist/vue-currency-input.umd.js",

@@ -134,3 +134,3 @@ import NumberFormat, { DECIMAL_SYMBOLS } from './numberFormat'

}
})
}, { capture: true })

@@ -137,0 +137,0 @@ this.el.addEventListener('focus', () => {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc