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.18.0 to 2.19.0

3

dist/index.d.ts

@@ -23,3 +23,3 @@ import * as vue_types_vue from 'vue/types/vue';

masked?: Input;
unmaskedValue?: Input;
unmasked?: Input;
oldValue?: Input;

@@ -123,2 +123,3 @@ cleanup: () => void;

isClean: boolean;
isCustomDecimal: boolean;
preSurRegExp: RegExp;

@@ -125,0 +126,0 @@ numberRegExp: RegExp;

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

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

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

```bash
npm install @coders-tm/vue-number-format@2.18.0
npm install @coders-tm/vue-number-format@2.19.0
or
yarn add @coders-tm/vue-number-format@2.18.0
yarn add @coders-tm/vue-number-format@2.19.0
```

@@ -21,0 +21,0 @@

Sorry, the diff of this file is not supported yet

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