Socket
Socket
Sign inDemoInstall

inputmask

Package Overview
Dependencies
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inputmask - npm Package Compare versions

Comparing version 5.0.9-beta.21 to 5.0.9-beta.24

2

lib/inputHandling.js

@@ -75,2 +75,3 @@ import {keys} from "./keycode.js";

resetMaskSet.call(inputmask, false);
inputmask.clicked = 0 //reset click counter to correctly determine the caretposition in checkval
initialNdx = opts.radixPoint ? determineNewCaretPosition.call(inputmask, {

@@ -91,2 +92,3 @@ begin: 0,

{
// console.log("caret " + inputmask.caretPos.begin);
var keypress = new $.Event("_checkval");

@@ -93,0 +95,0 @@ keypress.key = charCode;

@@ -446,2 +446,3 @@ import {

if (inputmask.hasAlternator && fromAlternate !== true && !strict) {
fromAlternate = true; //stop possible loop
if (result === false && opts.keepStatic && (isComplete.call(inputmask, getBuffer.call(inputmask)) || maskPos === 0)) { //try fuzzy alternator logic

@@ -448,0 +449,0 @@ result = alternate.call(inputmask, maskPos, c, strict, fromIsValid, undefined, pos);

2

package.json
{
"name": "inputmask",
"version": "5.0.9-beta.21",
"version": "5.0.9-beta.24",
"description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.",

@@ -5,0 +5,0 @@ "main": "dist/inputmask.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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