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

frontello-ui-datepicker

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontello-ui-datepicker - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

11

datepicker.js

@@ -32,3 +32,3 @@ "use strict";

this._loadInputdate();
this._loadInputDate();

@@ -39,3 +39,3 @@ this._renderInputType();

this._renderInputType();
this._loadInputdate(false);
this._loadInputDate(false);
});

@@ -353,2 +353,7 @@ }

{
// Don't lost focus
this.container.addEventListener('mousedown', (event) => {
event.preventDefault()
});
// Nothing to do

@@ -560,3 +565,3 @@ this.field.addEventListener('click', (event) => {

_loadInputdate(eventChange = true)
_loadInputDate(eventChange = true)
{

@@ -563,0 +568,0 @@ if (this.field.value) {

{
"name": "frontello-ui-datepicker",
"version": "2.1.0",
"version": "2.1.1",
"description": "UI datepicker",

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