Socket
Socket
Sign inDemoInstall

inputmask

Package Overview
Dependencies
0
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.9-beta.51 to 5.0.9-beta.52

4

Changelog.md

@@ -17,3 +17,5 @@ # Change Log

### Fixed
- d/mm/yyyy is converted to d/m//yyyd #2394 (WIP)
- ALT codes #2779
- Pressing the Win button #2780
- d/mm/yyyy is converted to d/m//yyyd #2394
- how to get value from input-mask element? #2702

@@ -20,0 +22,0 @@ - Problem with seconds in format 'HH:MM:ss' #2745

@@ -98,3 +98,3 @@ import {

inputmask.isComposing = (c == keys.Process || c == keys.Unidentified);
inputmask.ignorable = opts.ignorables.includes(c);
inputmask.ignorable = c.length > 1; // opts.ignorables.includes(c);
return EventHandlers.keypressEvent.call(this, e, checkval, writeOut, strict, ndx);

@@ -101,0 +101,0 @@ },

{
"name": "inputmask",
"version": "5.0.9-beta.51",
"version": "5.0.9-beta.52",
"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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc