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 3.2.0 to 3.2.1

2

dist/index.cjs.js

@@ -70,3 +70,3 @@ /**

this.numberOnly = (string, regExp) => string.toString().replace(regExp, '');
this.numberOnly = (string, regExp) => string?.toString().replace(regExp, '');

@@ -73,0 +73,0 @@ this.isNegative = this.sign() === '-';

@@ -66,3 +66,3 @@ /**

this.numberOnly = (string, regExp) => string.toString().replace(regExp, '');
this.numberOnly = (string, regExp) => string?.toString().replace(regExp, '');

@@ -69,0 +69,0 @@ this.isNegative = this.sign() === '-';

@@ -67,3 +67,3 @@ /**

this.numberOnly = (string, regExp) => string.toString().replace(regExp, '');
this.numberOnly = (string, regExp) => string?.toString().replace(regExp, '');

@@ -70,0 +70,0 @@ this.isNegative = this.sign() === '-';

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

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

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