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 3.0.4 to 3.0.5

8

datepicker.js

@@ -13,2 +13,4 @@ "use strict";

minuteStep: 1,
activatedOnMobileDevices: false,
mobileDevicesAgentRegex: 'Android|iPad|iPhone|iPod',
dateChange: (date) => {

@@ -32,2 +34,8 @@ this.field.value = date.getDateForHtmlInput();

this.isAnMobileDevices = ((new RegExp(this.config.mobileDevicesAgentRegex)).test(navigator.userAgent));
if (!this.config.activatedOnMobileDevices && this.isAnMobileDevices) {
return;
}
this.timePicking = this.field.type == 'datetime-local';

@@ -34,0 +42,0 @@

2

package.json
{
"name": "frontello-ui-datepicker",
"version": "3.0.4",
"version": "3.0.5",
"description": "Efficient vanilla 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