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 1.0.1 to 1.0.3

1

dist/index.cjs.js

@@ -74,2 +74,3 @@ /**

const { value } = binding;
if (!value) return false
const config = Object.assign(options, value);

@@ -76,0 +77,0 @@ if (el.localName !== 'input') {

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

const { value } = binding;
if (!value) return false
const config = Object.assign(options, value);

@@ -72,0 +73,0 @@ if (el.localName !== 'input') {

6

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

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

},
"dependencies": {}
"dependencies": {
"@coders-tm/vue-number-format": "^1.0.1"
}
}
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