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

vuetify-masked

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuetify-masked - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

package.json
{
"name": "vuetify-masked",
"description": "vuetify masked textfield and filter",
"version": "1.2.0",
"version": "1.3.0",
"author": "Kim Mannstedt <k.mannstedt+dev@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -48,2 +48,3 @@ # vuetify-masked

label="default type (text)"
:showHints="true"
></v-text-field-masked>

@@ -54,3 +55,3 @@

```
Resulted value for '123A56U89a' is '123A/56u/89A'.
Resulted value for '123A56U89a' is '123A/56u/89A'. In the text field default hints will be shown.

@@ -123,2 +124,3 @@ ### Type 'float'

|properties |object |``null`` |yes |no |Properties for the v-text-field used by vuetify-masked|
|showHints |boolean |false |yes |no |If true, show hints defined by hints
|suffix |string |``null`` (text, integer, float)<br/>``'%'`` (percentage)<br/>``'USD'``(currency)|yes|yes||

@@ -125,0 +127,0 @@ |type |string |``'text'`` |yes |yes |5 types exist: text, float, integer, currency, and percentage |

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