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

quasar-app-extension-qnumber

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quasar-app-extension-qnumber - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "quasar-app-extension-qnumber",
"version": "1.0.6",
"version": "1.0.7",
"description": "The QNumber component is used to capture number input from the user. It uses v-model, similar to a regular input. It has support for errors and validation, and comes in a variety of styles, colors, and types.",

@@ -5,0 +5,0 @@ "author": "Dipak Sarkar <hello@dipaksarkar.in>",

@@ -0,12 +1,10 @@

[![npm Version](https://badgen.net/npm/v/quasar-app-extension-qnumber?color=green)](https://www.npmjs.com/package/quasar-app-extension-qnumber)
[![npm Downloads](https://badgen.net/npm/dt/quasar-app-extension-qnumber?color=green)](https://www.npmjs.com/package/quasar-app-extension-qnumber)
[![Bundlephobia](https://badgen.net/bundlephobia/minzip/quasar-app-extension-qnumber?color=green)](https://bundlephobia.com/result?p=quasar-app-extension-qnumber)
Quasar App Extension qnumber
===
_Be sure to change this readme as appropriate for your app extension._
The QNumber component is used to capture number input from the user. It uses v-model, similar to a regular input. It has support for errors and validation, and comes in a variety of styles, colors, and types.
_Think about the organization of this file and how the information will be beneficial to the user._
> Add a short description of your App Extension. What does it do? How is it beneficial? Why would someone want to use it?
The QInput component is used to capture text input from the user. It uses v-model, similar to a regular input. It has support for errors and validation, and comes in a variety of styles, colors, and types.
# Install

@@ -18,8 +16,25 @@ ```bash

## Example
## Prompts
```
<q-number
v-model="modelValue"
@update:model-value="onChange"
> Explain the prompts here
// options: https://vue-number-format.netlify.app/guide/config.html
:options="{
prefix: '$',
suffix: '',
separator: ',',
decimal: '.',
precision: 2,
prefill: true,
reverseFill: false,
min: false,
max: false,
nullValue: ''
}"
/>
```
# Uninstall

@@ -26,0 +41,0 @@ ```bash

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