Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

awesome-mask

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesome-mask - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

4

index.js

@@ -53,3 +53,3 @@ 'use strict';

el.setAttribute('maxlength', el.dataset.mask.length);
el.addEventListener('keydown', inputHandler);
el.addEventListener('keyup', inputHandler);
},

@@ -64,4 +64,4 @@ update: function update(el, binding) {

el.removeAttribute('maxlength');
el.removeEventListener('keydown', inputHandler);
el.removeEventListener('keyup', inputHandler);
}
};
{
"name": "awesome-mask",
"version": "0.3.6",
"version": "0.3.7",
"description": "An awesome mask directive for Vue.js using vanilla-masker from `https://github.com/BankFacil/vanilla-masker`",

@@ -5,0 +5,0 @@ "main": "index.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