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
0
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 3.34.1 to 3.35.0

12

dist/index.d.ts

@@ -78,2 +78,6 @@ import * as vue from 'vue';

};
inputmode: {
type: StringConstructor;
default: () => any;
};
}, {

@@ -96,2 +100,3 @@ config: vue.ComputedRef<{

suffix: string | undefined;
inputmode: string | undefined;
"onUpdate:model-value": ((...args: any[]) => any) | undefined;

@@ -157,2 +162,6 @@ "onInput:model-value": ((...args: any[]) => any) | undefined;

};
inputmode: {
type: StringConstructor;
default: () => any;
};
}>> & {

@@ -176,2 +185,3 @@ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;

suffix: string;
inputmode: string;
}>;

@@ -191,2 +201,3 @@

decimal?: string;
inputmode?: string;
precision?: number;

@@ -205,2 +216,3 @@ minimumFractionDigits?: number;

decimal: string;
inputmode: string;
precision: number;

@@ -207,0 +219,0 @@ minimumFractionDigits: null;

2

package.json
{
"name": "@coders-tm/vue-number-format",
"version": "3.34.1",
"version": "3.35.0",
"private": false,

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

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