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 2.1.0 to 2.1.1

6

dist/index.cjs.js
/**
* Vue Currency Input 1.0.0
* (c) 2018-2021 Dipak Sarkar <hello@dipaksarkar.in> (https://dipaksarkar.in/)
* Vue Number Input 1.0.0
* (c) 2021-2022 Dipak Sarkar <hello@dipaksarkar.in> (https://dipaksarkar.in/)
* @license MIT

@@ -450,5 +450,5 @@ */

exports.NumberFormat = NumberFormat;
exports['default'] = index;
exports["default"] = index;
exports.number = script;
exports.options = options;
exports.vNumber = vNumber;
/**
* Vue Currency Input 1.0.0
* (c) 2018-2021 Dipak Sarkar <hello@dipaksarkar.in> (https://dipaksarkar.in/)
* Vue Number Input 1.0.0
* (c) 2021-2022 Dipak Sarkar <hello@dipaksarkar.in> (https://dipaksarkar.in/)
* @license MIT

@@ -5,0 +5,0 @@ */

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

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

"build": "rollup --c rollup.config.js",
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"test": "jest tests/*",

@@ -57,2 +57,4 @@ "lint": "eslint 'src/**/*.{js,vue}'",

"@vue/compiler-sfc": "^3.0.0",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.35",
"@vuepress/plugin-register-components": "^2.0.0-beta.35",
"babel-eslint": "^10.1.0",

@@ -65,8 +67,9 @@ "babel-jest": "^27.2.0",

"jest": "^27.2.0",
"quasar": "^2.5.5",
"rollup": "^2.56.3",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-vue": "^6.0.0",
"vitepress": "^0.18.1",
"vue": "^3.0.0"
"vue": "^3.0.0",
"vuepress": "^2.0.0-beta.35"
}
}

@@ -5,5 +5,9 @@ [![npm Version](https://badgen.net/npm/v/@coders-tm/vue-number-format?color=green)](https://www.npmjs.com/package/@coders-tm/vue-number-format)

[![License](https://badgen.net/github/license/coders-tm/vue-number-format?color=green)](https://github.com/coders-tm/vue-number-format/blob/master/LICENSE)
# vue-number-format
Vue Number Format is used to format a number using fixed-point notation. It can be used to format a number with a specific number of digits to the right of the decimal.
## Vue 3.0
## Installation
```bash

@@ -14,8 +18,3 @@ npm install @coders-tm/vue-number-format

```
## Vue 2.0
```bash
npm install @coders-tm/vue-number-format@2.0.7
or
yarn add @coders-tm/vue-number-format@2.0.7
```
## Features

@@ -28,5 +27,6 @@

- Built-in validation
- Supports both Vue 3 and Vue 2.
## Documentation
Please refer to the [project home page](https://vue-number-format.netlify.app) for a detailed documentation.
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